Class Cucumber::StepMother
In: lib/cucumber/step_mother.rb
Parent: Object

This is the meaty part of Cucumber that ties everything together.

Methods

Included Modules

Constantize

Attributes

log  [W] 
options  [W] 
visitor  [W] 

Public Class methods

Public Instance methods

Loads a natural language. This has the effect of aliasing Step Definition keywords for all of the registered programming languages (if they support aliasing). See load_programming_language

Loads and registers programming language implementation. Instances are cached, so calling with the same argument twice will return the same instance.

Returns the options passed on the command line.

[Validate]