Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/crimp.rb
Instance Method Summary collapse
Instance Method Details
#bignum? ⇒ Boolean
6 7 8 |
# File 'lib/crimp.rb', line 6 def bignum? self >= 4611686018427387904 end |