Method: Cucumber::StepMethods#World

Defined in:
lib/gems/cucumber-0.1.15/lib/cucumber/step_methods.rb

#World(&proc) ⇒ Object

Each scenario will execute in the context of what the supplied block returns.



7
8
9
# File 'lib/gems/cucumber-0.1.15/lib/cucumber/step_methods.rb', line 7

def World(&proc)
  executor.register_world_proc(&proc)
end