Module: Expect
- Defined in:
- lib/expect.rb,
lib/expect/expectation_target.rb
Overview
Namespace for the Expect library.
Defined Under Namespace
Classes: ExpectationTarget
Class Method Summary collapse
-
.this(&input) ⇒ ExpectationTarget
Expectations are built with this method.
Class Method Details
.this(&input) ⇒ ExpectationTarget
Expectations are built with this method.
18 19 20 |
# File 'lib/expect.rb', line 18 def self.this(&input) ExpectationTarget.new(&input) end |