Flowdock
method

valid_float?

Importance_0
valid_float?(number) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionview/lib/action_view/helpers/number_helper.rb, line 420
      def valid_float?(number)
        !parse_float(number, false).nil?
      end
Register or log in to add new notes.