Module: Hamcrest4qunit

Defined in:
lib/hamcrest4qunit.rb,
lib/hamcrest4qunit/engine.rb,
lib/hamcrest4qunit/version.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

VERSION =
"1.3.0"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Your code goes here…

Yields:

  • (_self)

Yield Parameters:



6
7
8
# File 'lib/hamcrest4qunit.rb', line 6

def self.setup
  yield self
end