Method: Range#to_rng

Defined in:
lib/core/facets/range/to_rng.rb

#to_rngObject

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