module RSpec::Matchers

def match(expected)

Other tags:
    Note: - Due to Ruby's method dispatch mechanism, using the `#match` matcher
def match(expected)
  BuiltIn::Match.new(expected)
end