class AttributeList

elements is the attributes call to_html() on them.

Public Instance Methods

to_html(context) click to toggle source
# File lib/emerald/nodes/attribute_list.rb, line 10
def to_html(context)
  elements[4].to_html(context)
end