class Cucumber::Core::Ast::NullFeature

Public Instance Methods

method_missing(*args, &block) click to toggle source
# File lib/cucumber/core/ast/feature.rb, line 63
def method_missing(*args, &block)
  self
end