class Tapp::Printer::AmazingPrint
Custom AmazingPrint
based printer for Tapp
Public Instance Methods
print(*args)
click to toggle source
Prints the object using custom (AmazingPrint
) printer
@param [Object, Array] *args arbitrary Object to print
@return [nil] prints to IO, returns nothing
# File lib/tapp_printer.rb, line 14 def print(*args) ap *args end