Method: Cfer::Util.bug_report

Defined in:
lib/cfer/util/error.rb

.bug_report(e) ⇒ Object



32
33
34
35
# File 'lib/cfer/util/error.rb', line 32

def self.bug_report(e)
  gather_report e
  transmit_report if agree('Would you like to send this information in a bug report? (type yes/no)')
end