Class: Cucumber::Core::Compiler::BackgroundCompiler

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

Instance Method Summary collapse

Instance Method Details

#step(step) ⇒ Object



128
129
130
131
# File 'lib/cucumber/core/compiler.rb', line 128

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