Method: Geometry::Rectangle#max
- Defined in:
- lib/geometry/rectangle.rb
#max ⇒ Point
Returns The upper right corner of the bounding Geometry::Rectangle.
144 145 146 |
# File 'lib/geometry/rectangle.rb', line 144 def max @points.last end |