Class: Cucumber::Core::Ast::NullFeature

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/core/ast/feature.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args, &block) ⇒ Object



63
64
65
# File 'lib/cucumber/core/ast/feature.rb', line 63

def method_missing(*args, &block)
  self
end