Classes: Matcher
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