Method: JSGF::Alternation#push

Defined in:
lib/jsgf/alternation.rb

#push(*args) ⇒ Object



36
37
38
# File 'lib/jsgf/alternation.rb', line 36

def push(*args)
    @elements.push *args
end