Range class of PicoRuby
Singleton methods
new
Range.new(Elem from, Elem to, ?boolish exclude_end) -> instance
Instance methods
==
instance.==(untyped obj) -> bool
===
instance.===(untyped obj) -> bool
each
instance.each[Elem] () { (Elem arg0) -> untyped } -> self
exclude_end?
instance.exclude_end?() -> bool
first
instance.first() -> Elem
instance.first(Integer n) -> ::Array[Elem]
inspect
instance.inspect() -> String
last
instance.last() -> Elem
instance.last(Integer n) -> ::Array[Elem]
to_s
instance.to_s() -> String