Class
MathML::XMLElement
In:
lib/math_ml.rb
Parent:
EimXML::Element
Methods
pop
Public Instance methods
pop
()
[Source]
# File lib/math_ml.rb, line 11
11:
def
pop
12:
@contents
.
pop
13:
end
[Validate]