method
valid_float?
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::NumberHelper::NumberConverter
valid_float?()private
No documentation available.
# File activesupport/lib/active_support/number_helper/number_converter.rb, line 176
def valid_float?
Float(number, exception: false)
end