# File lib/goocanvas.rb, line 110 def self.new_line(parent, x1, y1, x2, y2, *args) self.new(parent, false, [ x1, y1, x2, y2 ], *args) end