Class: Bignum
- Inherits:
-
Object
- Object
- Bignum
- Defined in:
- lib/rubyqc/prelude.rb
Class Method Summary collapse
Class Method Details
.rubyqc ⇒ Object
159 160 161 162 163 164 165 166 167 168 |
# File 'lib/rubyqc/prelude.rb', line 159 def self.rubyqc case (0..1).rubyqc when 0 (RubyQC::BignumMin...RubyQC::FixnumMin).rubyqc when 1 (RubyQC::FixnumSuc...RubyQC::BignumMax).rubyqc else raise "huh?" end end |