class Object

Public Instance Methods

Rangeary(*rest, **hs) click to toggle source
# File lib/rangeary.rb, line 23
def Rangeary(*rest, **hs)
  # Note: This form (Rangeary(...)) is NOT used inside this file for the sake of searchability.
  #  The original "Rangeary.new" is used throughout.
  Rangeary.new(*rest, **hs)
end