# File lib/rspec/matchers.rb, line 367
    def end_with(*expected)
      BuiltIn::EndWith.new(*expected)
    end