class Cucumber::Core::Test::Step

def match_locations?(queried_locations)

def match_locations?(queried_locations)
  return true if queried_locations.include? location
  source.any? { |s| s.match_locations?(queried_locations) }
end