Method: Interval#+@

Defined in:
lib/standard/facets/interval.rb

#+@Object

Unary shorthands. These return a new interval exclusive of first, last or both sentinels, repectively.



111
# File 'lib/standard/facets/interval.rb', line 111

def +@ ; Interval.new(first, last, true, false) ; end