Module: Kernel

Defined in:
lib/unroller.rb

Overview

Make it really, really easy and concise, for those who like it that way.

Instance Method Summary collapse

Instance Method Details

#troff(*args) ⇒ Object



957
958
959
# File 'lib/unroller.rb', line 957

def troff(*args)
  Unroller::trace_off(*args)
end

#tron(*args) ⇒ Object



954
955
956
# File 'lib/unroller.rb', line 954

def tron(*args)
  Unroller::trace_on(*args)
end