Module Cucumber::RbSupport::RbWorld
In: lib/cucumber/rb_support/rb_world.rb

All steps are run in the context of an object that extends this module.

Methods

Transform   alias_adverb   announce   ask   doc_string   embed   pending   puts   steps   table   to_s  

Included Modules

Gherkin::Formatter::AnsiEscapes

Attributes

__cucumber_step_mother  [W] 
__natural_language  [W] 

Public Class methods

Public Instance methods

Call a Transform with a string from another Transform definition

See StepMother#puts

See StepMother#invoke_steps

[Validate]