# File lib/rspec/matchers/be.rb, line 122 def initialize(*args, &block) @expected = parse_expected(args.shift) @args = args @block = block end