module Cucumber::FeatureElement

def accept_hook?(hook)

def accept_hook?(hook)
  @tags.accept_hook?(hook) || @feature.accept_hook?(hook)
end