Class: Overlaps::StartPoint

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

Instance Attribute Summary

Attributes inherited from Point

#id, #value

Instance Method Summary collapse

Methods inherited from Point

#<=>, #end?, #initialize

Constructor Details

This class inherits a constructor from Overlaps::Point

Instance Method Details

#start?Boolean

Returns:

  • (Boolean)


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

def start?
  true
end