Method: Ambit::Generator.untrace

Defined in:
lib/ambit.rb

.untraceObject

Turn off tracing (to standard error) of Ambit operations

intended for use by Ambit::untrace



46
47
48
# File 'lib/ambit.rb', line 46

def self.untrace
  @@trace = 0
end