Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Extended by:
- RushCheck::Arbitrary
- Includes:
- RushCheck::Coarbitrary, RushCheck::Testable
- Defined in:
- lib/rushcheck/bool.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from RushCheck::Arbitrary
Methods included from RushCheck::Testable
#check, #classify, #imply, #label, #run, #run_tests, #silent_check, #test, #testcase, #trivial
Class Method Details
.arbitrary ⇒ Object
80 81 82 |
# File 'lib/rushcheck/bool.rb', line 80 def self.arbitrary Gen.unit(nil) end |