Method: Geometry::PointIso#to_ary
- Defined in:
- lib/geometry/point_iso.rb
#to_ary ⇒ Object
This is a hack to get Array#== to work properly. It works on ruby 2.0 and 1.9.3.
52 53 54 |
# File 'lib/geometry/point_iso.rb', line 52 def to_ary [] end |