Sha256: 17015fccb55464e3c09168c26da509cf172f8f4576005e5d76dd50ec073ed83d
Contents?: true
Size: 396 Bytes
Versions: 24
Compression:
Stored size: 396 Bytes
Contents
class Range # A thing really should know itself. # This simply returns _self_. # # CREDIT: Trans def to_r self end # A thing really should know itself. # This simply returns _self_. # # Note: This does not internally effect the Ruby # interpretor such that it can coerce Range-like # objects into a Range. # # CREDIT: Trans def to_range self end end
Version data entries
24 entries across 23 versions & 2 rubygems