The wire-protocol (lanugage independent) implementation of the programming language API.
# File lib/cucumber/wire_support/wire_language.rb, line 28 28: def alias_adverbs(adverbs) 29: end
# File lib/cucumber/wire_support/wire_language.rb, line 31 31: def load_code_file(wire_file) 32: config = Configuration.new(wire_file) 33: @connections << Connection.new(config) 34: end
# File lib/cucumber/wire_support/wire_language.rb, line 36 36: def snippet_text(step_keyword, step_name, multiline_arg_class) 37: snippets = @connections.map do |remote| 38: remote.snippet_text(step_keyword, step_name, multiline_arg_class.to_s) 39: end 40: snippets.flatten.join("\n") 41: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.