Class: Overlaps::EndPoint

Inherits:
Point
  • Object
show all
Defined in:
lib/overlaps/end_point.rb

Instance Attribute Summary

Attributes inherited from Point

#id, #value

Instance Method Summary collapse

Methods inherited from Point

#<=>, #initialize, #start?

Constructor Details

This class inherits a constructor from Overlaps::Point

Instance Method Details

#end?Boolean



5
6
7
# File 'lib/overlaps/end_point.rb', line 5

def end?
  true
end