method
to_formatted_s
v4.2.1 -
Show latest stable
- Class:
Range
to_formatted_s(format = :default)public
Gives a human readable format of the range.
(1..100).to_formatted_s # => "1..100"
to_formatted_s(format = :default)Gives a human readable format of the range.
(1..100).to_formatted_s # => "1..100"