class Cucumber::WireSupport::WireLanguage
def load_code_file(wire_file)
def load_code_file(wire_file) config = Configuration.new(wire_file) @connections << Connection.new(config) end
def load_code_file(wire_file) config = Configuration.new(wire_file) @connections << Connection.new(config) end