# File lib/rspec/matchers/matcher.rb, line 29 def for_expected(*expected) @expected = expected making_declared_methods_public do instance_eval_with_args(*@expected, &@declarations) end self end