Class: Numeric

Inherits:
Object show all
Defined in:
lib/jactive_support/core_ext/numeric.rb

Instance Method Summary collapse

Instance Method Details

#to_formatted_s(format = :default, locale = nil) ⇒ Object



4
5
6
# File 'lib/jactive_support/core_ext/numeric.rb', line 4

def to_formatted_s(format=:default, locale=nil)
  self.to_java.to_formatted_s(format, locale)
end