Sha256: fdf09a0b8e3b3e97d8d941c773656ed79c6042aff33612df12e83295ba049691
Contents?: true
Size: 206 Bytes
Versions: 22
Compression:
Stored size: 206 Bytes
Contents
require "active_model/type/integer" module ActiveModel module Type class BigInteger < Integer # :nodoc: private def max_value ::Float::INFINITY end end end end
Version data entries
22 entries across 22 versions & 2 rubygems