Class: Cucumber::Core::Compiler::ScenarioCompiler

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

Instance Method Summary collapse

Instance Method Details

#step(step) ⇒ Object



119
120
121
122
# File 'lib/cucumber/core/compiler.rb', line 119

def step(step)
  receiver.on_step(source + [step])
  self
end