Parent

Methods

Included Modules

Files

Class/Module Index [+]

Quicksearch

Cucumber::Runtime::SupportCode::StepInvoker

Public Class Methods

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

Public Instance Methods

eof() click to toggle source
# File lib/cucumber/runtime/support_code.rb, line 26
def eof
end
step(step) click to toggle source
# File lib/cucumber/runtime/support_code.rb, line 22
def step(step)
  @support_code.invoke(step.name, Ast::MultilineArgument.from(step.doc_string || step.rows)) 
end
uri(uri) click to toggle source
# File lib/cucumber/runtime/support_code.rb, line 19
def uri(uri)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.