class Object

Public Instance Methods

tapout(output=STDOUT) click to toggle source

Instance of Tapout::Utility.

tapout.pause { binding.pry }

Returns Tapout::Utility.

# File lib/tapout/utility.rb, line 70
def tapout(output=STDOUT)
  $tapout ||= {}
  $tapout[output] ||= Tapout::Utility.new(output)
end