Class: Tapp::Printer::Puts

Inherits:
Base
  • Object
show all
Defined in:
lib/tapp/printer/puts.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
# File 'lib/tapp/printer/puts.rb', line 5

def print(*args)
  puts(*args)
end