Module: PropCheck
- Extended by:
- PropCheck
- Included in:
- PropCheck
- Defined in:
- lib/prop_check.rb,
lib/prop_check/helper.rb,
lib/prop_check/version.rb,
lib/prop_check/property.rb,
lib/prop_check/generator.rb,
lib/prop_check/lazy_tree.rb,
lib/prop_check/generators.rb,
lib/prop_check/property/configuration.rb
Overview
-
‘include PropCheck::Generators`.
Defined Under Namespace
Modules: Errors, Generators, Helper Classes: Generator, Hooks, LazyTree, Property
Constant Summary collapse
- VERSION =
'1.0.2'
Instance Method Summary collapse
-
#forall(*args, **kwargs, &block) ⇒ Object
Runs a property.
Instance Method Details
#forall(*args, **kwargs, &block) ⇒ Object
Runs a property.
See the README for more details.
33 34 35 |
# File 'lib/prop_check.rb', line 33 def forall(*args, **kwargs, &block) PropCheck::Property.forall(*args, **kwargs, &block) end |