class Cucumber::Ast::OutlineTable

def accept_hook?(hook)

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