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



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

def method_missing(*args, &block)
  self
end