module Cucumber::Wire

Public Instance Methods

exception() click to toggle source
# File spec/cucumber/wire/exception_spec.rb, line 11
def exception
  Wire::Exception.new(@data, @config)
end
write_wire_file(contents) click to toggle source
# File spec/cucumber/wire/configuration_spec.rb, line 10
def write_wire_file(contents)
  wire_file << contents
  wire_file.close
end