class Cucumber::Ast::Feature

def accept_hook?(hook)

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