Class: Tapp::Printer::HtmlFormat
- Inherits:
-
Base
- Object
- Base
- Tapp::Printer::HtmlFormat
- Defined in:
- lib/html_format.rb
Instance Method Summary collapse
Instance Method Details
#print(*args) ⇒ Object
27 28 29 |
# File 'lib/html_format.rb', line 27 def print(*args) puts html_format(*args) end |