Class: Line
- Defined in:
- lib/emerald/nodes/line.rb
Overview
Either a tag or text
Instance Method Summary collapse
Instance Method Details
#to_html(context) ⇒ Object
9 10 11 12 |
# File 'lib/emerald/nodes/line.rb', line 9 def to_html(context) e = elements[0] e.to_html(context) end |