Class: Tapp::Printer::Base

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/tapp/printer.rb

Direct Known Subclasses

AwesomePrint, PrettyPrint, Puts

Instance Method Summary collapse

Instance Method Details

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/tapp/printer.rb', line 25

def print(*args)
  raise NotImplementedError
end