Top Level Namespace
Defined Under Namespace
Modules: Tapout Classes: String
Instance Method Summary collapse
-
#tapout(output = STDOUT) ⇒ Object
Instance of Tapout::Utility.
Instance Method Details
#tapout(output = STDOUT) ⇒ Object
Instance of Tapout::Utility.
tapout.pause { binding.pry }
Returns Tapout::Utility.
70 71 72 73 |
# File 'lib/tapout/utility.rb', line 70 def tapout(output=STDOUT) $tapout ||= {} $tapout[output] ||= Tapout::Utility.new(output) end |