class Cucumber::Core::Test::Hooks::BeforeStepHook

def describe_to(visitor, *args)

def describe_to(visitor, *args)
  visitor.before_step_hook(self, *args)
end

def match_locations?(queried_locations)

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

def name

def name
  "BeforeStep hook"
end