class Float
Public Instance Methods
to_label()
click to toggle source
Converts number to a string with a format like xx,xxx,xxx.xxxx
# File lib/extend_float.rb, line 3 def to_label() BlackStack::Number::Encoding::format_with_separator(self) end