Method: REXML::Validation::Choice#<<

Defined in:
lib/rexml/validation/relaxng.rb

#<<(event) ⇒ Object



369
370
371
# File 'lib/rexml/validation/relaxng.rb', line 369

def <<( event )
  add_event_to_arry( @choices, event )
end