Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Extended by:
- RushCheck::Arbitrary, RushCheck::HsRandom, RushCheck::RandomBool
- Includes:
- RushCheck::Coarbitrary, RushCheck::Testable
- Defined in:
- lib/rushcheck/bool.rb
Constant Summary collapse
- @@min_bound =
0
- @@max_bound =
1
Class Method Summary collapse
Instance Method Summary collapse
Methods included from RushCheck::Arbitrary
Methods included from RushCheck::HsRandom
random, random_array, random_std
Methods included from RushCheck::RandomBool
Methods included from RushCheck::Testable
#check, #classify, #imply, #label, #run, #run_tests, #silent_check, #test, #testcase, #trivial
Class Method Details
.bound ⇒ Object
35 36 37 |
# File 'lib/rushcheck/bool.rb', line 35 def self.bound [@@min_bound, @@max_bound] end |