Method: Range#to_rng
- Defined in:
- lib/core/facets/range/to_rng.rb
#to_rng ⇒ Object
A thing really should know itself. This simply returns self.
CREDIT: Trans
8 9 10 |
# File 'lib/core/facets/range/to_rng.rb', line 8 def to_rng self end |