# File lib/cucumber/js_support/js_language.rb, line 42 42: def arguments_from(step_name) 43: matches = eval_js "#{@regexp}.exec('#{step_name}')" 44: if matches 45: matches.to_a[1..1].map do |match| 46: JsArg.new(match) 47: end 48: end 49: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.