Method: Geometry::Path#push

Defined in:
lib/geometry/path.rb

#push(arg) ⇒ Path

Append a new geometry element to the Geometry::Path

Returns:



89
90
91
92
# File 'lib/geometry/path.rb', line 89

def push(arg)
    @elements.push arg
    self
end