class Line
Either a tag or text
Public Instance Methods
to_html(context)
click to toggle source
# File lib/emerald/nodes/line.rb, line 9 def to_html(context) e = elements[0] e.to_html(context) end
Either a tag or text
# File lib/emerald/nodes/line.rb, line 9 def to_html(context) e = elements[0] e.to_html(context) end