method

max_value

rails latest stable - Class: ActiveModel::Type::BigInteger
max_value()
private

No documentation available.

# File activemodel/lib/active_model/type/big_integer.rb, line 31
        def max_value
          ::Float::INFINITY
        end