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



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

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

#tron(*args) ⇒ Object



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

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