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