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.3'.freeze

Class Attribute Summary collapse

Class Method 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

Class Method Details

.new(options = {}) ⇒ Object

Public: An alias for Hypothesis::API.new

Returns a Hypothesis::API object



13
14
15
# File 'lib/hypothesis.rb', line 13

def new(options = {})
  Hypothesis::API.new(options)
end