# File lib/rspec/matchers.rb, line 561
    def start_with(*expected)
      BuiltIn::StartWith.new(*expected)
    end