Method: Interval#first
- Defined in:
- lib/standard/facets/interval.rb
#first ⇒ Object Also known as: begin
Returns the first or last sentinal of the interval.
63 |
# File 'lib/standard/facets/interval.rb', line 63 def first ; @first ; end |