Class: Tapp::Printer::HtmlFormat

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

Instance Method Summary collapse

Instance Method Details



27
28
29
# File 'lib/html_format.rb', line 27

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