The wire-protocol (lanugage independent) implementation of the programming language API.
# File lib/cucumber/wire_support/wire_language.rb, line 21 def alias_adverbs(adverbs) end
# File lib/cucumber/wire_support/wire_language.rb, line 24 def load_code_file(wire_file) config = Configuration.new(wire_file) @connections << Connection.new(config) end
# File lib/cucumber/wire_support/wire_language.rb, line 29 def snippet_text(code_keyword, step_name, multiline_arg_class) snippets = @connections.map do |remote| remote.snippet_text(code_keyword, step_name, multiline_arg_class.to_s) end snippets.flatten.join("\n") end
Generated with the Darkfish Rdoc Generator 2.