class RSpec::Matchers::BuiltIn::StartWith

def element_matches?

def element_matches?
  values_match?(expected, actual[0])
end