Class: Html::Item
Instance Method Summary collapse
Methods inherited from Base
#<<, #attributes, #initialize, tag, #tag
Constructor Details
This class inherits a constructor from Html::Base
Instance Method Details
#processed_output(contents) ⇒ Object
82 83 84 |
# File 'lib/html/base.rb', line 82 def processed_output(contents) "<#{tag}#{attributes}>#{contents}</#{tag}>\n" end |