Module: Hemingway::HFillNode

Defined in:
lib/hemingway/tag/tag_nodes.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



15
16
17
# File 'lib/hemingway/tag/tag_nodes.rb', line 15

def html
  Build.tag("span", sequence.elements.map { |c| c.content.html }.join, :class => "pull-right")
end