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