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