# File lib/couchrest/validation/validators/numeric_validator.rb, line 33
      def initialize(field_name, options={})
        super
        @field_name, @options = field_name, options
        @options[:integer_only] = false unless @options.has_key?(:integer_only)
      end