Class: Mathemagical::Break

Inherits:
Element
  • Object
show all
Defined in:
lib/mathemagical/element.rb

Instance Attribute Summary

Attributes inherited from Element

#attributes, #children, #display_style, #name

Instance Method Summary collapse

Methods inherited from Element

#<<, #[], #[]=, #as_display_style, #build_attributes_string, #child_ml, #pop, #self_closing_xml, #to_s, #xml

Constructor Details

#initializeBreak

Returns a new instance of Break.



96
97
98
# File 'lib/mathemagical/element.rb', line 96

def initialize
	super("br", :xmlns => 'http://www.w3.org/1999/xhtml')
end