module Cucumber::Ast::FeatureElement

def accept_hook?(hook)

def accept_hook?(hook)
  Gherkin::Parser::TagExpression.new(hook.tag_expressions).eval(source_tag_names)
end