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

Class Attribute Details

.debugObject

Returns the value of attribute debug.



8
9
10
# File 'lib/hypothesis.rb', line 8

def debug
  @debug
end

.logObject

Returns the value of attribute log.



7
8
9
# File 'lib/hypothesis.rb', line 7

def log
  @log
end