class Cucumber::Hooks::BeforeHook

def match_locations?(queried_locations)

def match_locations?(queried_locations)
  queried_locations.any? { |other_location| other_location.match?(location) }
end