Class: Tapp::Printer::AmazingPrint

Inherits:
Base
  • Object
show all
Defined in:
lib/tapp_printer.rb

Overview

Custom AmazingPrint based printer for Tapp

Instance Method Summary collapse

Instance Method Details

Prints the object using custom (AmazingPrint) printer

Parameters:

  • *args (Object, Array)

    arbitrary Object to print

Returns:

  • (nil)

    prints to IO, returns nothing



14
15
16
# File 'lib/tapp_printer.rb', line 14

def print(*args)
  ap *args
end