Class: FalseClass
Constant Summary
collapse
- @@min_bound =
0
- @@max_bound =
1
Class Method Summary
collapse
Instance Method Summary
collapse
arbitrary
random, random_array, random_std
arbitrary, random_range
#check, #classify, #imply, #label, #run, #run_tests, #silent_check, #test, #testcase, #trivial
Class Method Details
.bound ⇒ Object
61
62
63
|
# File 'lib/rushcheck/bool.rb', line 61
def self.bound
[@@min_bound, @@max_bound]
end
|
Instance Method Details
#coarbitrary(g) ⇒ Object
65
66
67
|
# File 'lib/rushcheck/bool.rb', line 65
def coarbitrary(g)
g.variant(1)
end
|
#property ⇒ Object
69
70
71
|
# File 'lib/rushcheck/bool.rb', line 69
def property
RushCheck::Result.new(self).result
end
|