Method: XX::Document#push

Defined in:
lib/xx.rb,
lib/xx-2.1.0.rb

#push(element) ⇒ Object

–}}}



42
43
44
45
46
# File 'lib/xx.rb', line 42

def push element
#--{{{
  @stack.push element
#--}}}
end