Module: Rho::NumberHelper
- Defined in:
- lib/framework/rholang/localization_simplified.rb,
lib/framework/autocomplete/Rho.rb
Overview
Give default settings to number_to_currency()
Class Method Summary collapse
-
.number_to_currency(number, options = {}) ⇒ Object
alias_method :orig_number_to_currency, :number_to_currency modify number_to_currency to accept :order option.
- .number_with_delimiter(number, options) ⇒ Object
- .number_with_precision(number, options) ⇒ Object
Class Method Details
.number_to_currency(number, options = {}) ⇒ Object
alias_method :orig_number_to_currency, :number_to_currency modify number_to_currency to accept :order option
117 118 |
# File 'lib/framework/rholang/localization_simplified.rb', line 117 def self.number_to_currency(number,) end |
.number_with_delimiter(number, options) ⇒ Object
114 115 |
# File 'lib/framework/autocomplete/Rho.rb', line 114 def self.number_with_delimiter(number,) end |
.number_with_precision(number, options) ⇒ Object
112 113 |
# File 'lib/framework/autocomplete/Rho.rb', line 112 def self.number_with_precision(number,) end |