Method: REXML::Validation::Choice#initialize

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

#initialize(context) ⇒ Choice

Returns a new instance of Choice.



359
360
361
362
# File 'lib/rexml/validation/relaxng.rb', line 359

def initialize context
  super
  @choices = []
end