Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/extend_float.rb
Instance Method Summary collapse
-
#to_label ⇒ Object
Converts number to a string with a format like xx,xxx,xxx.xxxx.
Instance Method Details
#to_label ⇒ Object
Converts number to a string with a format like xx,xxx,xxx.xxxx
3 4 5 |
# File 'lib/extend_float.rb', line 3 def to_label() BlackStack::Number::Encoding::format_with_separator(self) end |