class Cucumber::Formatter::LegacyApi::Ast::NullLanguage

Null object for HeaderRow language. ExampleTableRow#keyword is never called on them, but this will pass silently if it happens anyway

Public Instance Methods

method_missing(*_args, &_block) click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 25
def method_missing(*_args, &_block)
  self
end
to_ary() click to toggle source
# File lib/cucumber/formatter/legacy_api/ast.rb, line 29
def to_ary
  ['']
end