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



1037
1038
1039
# File 'lib/unroller.rb', line 1037

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

#tron(*args) ⇒ Object



1034
1035
1036
# File 'lib/unroller.rb', line 1034

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