Method: Geometry::Path#last
- Defined in:
- lib/geometry/path.rb
#last ⇒ Geometry
Returns The last element in the Geometry::Path.
81 82 83 |
# File 'lib/geometry/path.rb', line 81 def last @elements.last end |
Returns The last element in the Geometry::Path.
81 82 83 |
# File 'lib/geometry/path.rb', line 81 def last @elements.last end |