Class: Contracts::Builtin::BigInt

Inherits:
Int
  • Object
show all
Defined in:
lib/contracts/builtin_ext.rb

Class Method Summary collapse

Class Method Details

.generate(min: -2e63,, max: 2e63 - 1) ⇒ Object



31
32
33
# File 'lib/contracts/builtin_ext.rb', line 31

def self.generate(min: -2e63, max: 2e63 - 1)
  super(min: min, max: max)
end