Module: Kernel

Defined in:
lib/freighthopper/stdout_extensions.rb

Class Method Summary collapse

Class Method Details

.trace_outputObject



4
# File 'lib/freighthopper/stdout_extensions.rb', line 4

def self.trace_output() @@trace_output ||= false end

.trace_output=(t) ⇒ Object



5
# File 'lib/freighthopper/stdout_extensions.rb', line 5

def self.trace_output=(t) @@trace_output = t end