Module: Hemingway::VerticalSpaceTagNode
- Defined in:
- lib/hemingway/tag/tag_nodes.rb
Instance Method Summary collapse
Instance Method Details
#html ⇒ Object
9 10 11 |
# File 'lib/hemingway/tag/tag_nodes.rb', line 9 def html Build.tag("div", nil, :class => "vspace#{vertical_height.height.text_value}") end |