Module: GeoPoint::Calc
- Included in:
- GeoPoint
- Defined in:
- lib/geo_point/calc.rb
Defined Under Namespace
Modules: Destination, Intersection, Midpoint
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/geo_point/calc.rb', line 3 def self.included(base) base.send :include, ::GeoCalc base.send :include, Destination base.send :include, Intersection base.send :include, Midpoint end |