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