# File lib/cucumber/js_support/js_language.rb, line 45 def arguments_from(step_name) matches = eval_js "#{@regexp}.exec('#{step_name}')" if matches matches[1..-1].map do |match| JsArg.new(match) end end end
Generated with the Darkfish Rdoc Generator 2.