Module: Hypothesis
- Defined in:
- lib/hypothesis.rb,
lib/hypothesis/api.rb,
lib/hypothesis/version.rb
Defined Under Namespace
Classes: API
Constant Summary collapse
- VERSION =
'0.0.1'.freeze
Class Attribute Summary collapse
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.log ⇒ Object
Returns the value of attribute log.
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
8 9 10 |
# File 'lib/hypothesis.rb', line 8 def debug @debug end |
.log ⇒ Object
Returns the value of attribute log.
7 8 9 |
# File 'lib/hypothesis.rb', line 7 def log @log end |