Parent

Class/Module Index [+]

Quicksearch

Cucumber::StepMother::StepInvoker

Public Class Methods

new(step_mother) click to toggle source
# File lib/cucumber/step_mother.rb, line 198
def initialize(step_mother)
  @step_mother = step_mother
end

Public Instance Methods

eof() click to toggle source
# File lib/cucumber/step_mother.rb, line 216
def eof
  invoke
end
py_string(string, line) click to toggle source
# File lib/cucumber/step_mother.rb, line 207
def py_string(string, line)
  @multiline = Ast::PyString.new(string)
end
row(row, line) click to toggle source
# File lib/cucumber/step_mother.rb, line 211
def row(row, line)
  @rows ||= []
  @rows << row
end
step(keyword, name, line) click to toggle source
# File lib/cucumber/step_mother.rb, line 202
def step(keyword, name, line)
  invoke
  @name = name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.