Method: Latexmath::XML::Element#set_attribute

Defined in:
lib/latexmath/xml/element.rb

#set_attribute(key, value) ⇒ Object



21
22
23
# File 'lib/latexmath/xml/element.rb', line 21

def set_attribute(key, value)
  @element[key] = value
end