Class: Html::Col
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(value = '', **attrs) ⇒ Col
constructor
A new instance of Col.
Methods inherited from Tag
Constructor Details
#initialize(value = '', **attrs) ⇒ Col
Returns a new instance of Col.
6 7 8 9 10 |
# File 'lib/html/col.rb', line 6 def initialize(value = '', **attrs) super(**attrs) @value = value end |