class RSpec::Matchers::BuiltIn::BePredicate

def initialize(*args, &block)

def initialize(*args, &block)
  @expected = parse_expected(args.shift)
  @args = args
  @block = block
end