method
execute
v7.1.3.4 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberConverter
execute()public
No documentation available.
# File activesupport/lib/active_support/number_helper/number_converter.rb, line 130
def execute
if !number
nil
elsif validate_float? && !valid_bigdecimal
number
else
convert
end
end