Class: AttributeList

Inherits:
Node
  • Object
show all
Defined in:
lib/emerald/nodes/attribute_list.rb

Overview

elements is the attributes call to_html() on them.

Instance Method Summary collapse

Instance Method Details

#to_html(context) ⇒ Object



10
11
12
# File 'lib/emerald/nodes/attribute_list.rb', line 10

def to_html(context)
  elements[4].to_html(context)
end