class MathML::XMLElement

Public Instance Methods

pop() click to toggle source
   # File lib/math_ml.rb
11 def pop
12   @contents.pop
13 end