# File lib/cucumber/js_support/js_language.rb, line 46 def arguments_from(step_name) matches = eval_js "#{@regexp}.exec('#{step_name}')" if matches matches.to_a[1..-1].map do |match| JsArg.new(match) end end end
# File lib/cucumber/js_support/js_language.rb, line 55 def file_colon_line # Not possible yet to get file/line of js function with V8/therubyracer "" end
Generated with the Darkfish Rdoc Generator 2.