Class: Point
- Inherits:
-
Object
- Object
- Point
- Defined in:
- lib/gpx_manipulator/points.rb
Instance Method Summary collapse
-
#initialize(point:) ⇒ Point
constructor
A new instance of Point.
Constructor Details
#initialize(point:) ⇒ Point
Returns a new instance of Point.
6 7 8 |
# File 'lib/gpx_manipulator/points.rb', line 6 def initialize(point:) @point = point end |