The wire-protocol (lanugage independent) implementation of the programming language API.
# File lib/cucumber/wire_support/wire_language.rb, line 28 def alias_adverbs(adverbs) end
# File lib/cucumber/wire_support/wire_language.rb, line 31 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 36 def snippet_text(step_keyword, step_name, multiline_arg_class) snippets = @connections.map do |remote| remote.snippet_text(step_keyword, step_name, multiline_arg_class.to_s) end snippets.flatten.join("\n") end
Generated with the Darkfish Rdoc Generator 2.