Method: App42::Geo::Point#initialize
- Defined in:
- lib/geo/Geo.rb
#initialize(geo) ⇒ Point
This is a constructor that takes no parameter
31 32 33 |
# File 'lib/geo/Geo.rb', line 31 def initialize(geo) geo.pointList.push(self); end |
This is a constructor that takes no parameter
31 32 33 |
# File 'lib/geo/Geo.rb', line 31 def initialize(geo) geo.pointList.push(self); end |