Module: Ramcrest::SuchThat
- Defined in:
- lib/ramcrest/such_that.rb
Defined Under Namespace
Classes: Matcher
Class Method Summary collapse
Class Method Details
.such_that(description = "<anonymous such_that>", &matcher_block) ⇒ Object
7 8 9 |
# File 'lib/ramcrest/such_that.rb', line 7 def such_that(description = "<anonymous such_that>", &matcher_block) Matcher.new(description, matcher_block) end |