Method: REXML::Validation::Choice#initialize
- Defined in:
- lib/rexml/validation/relaxng.rb
#initialize(context) ⇒ Choice
Returns a new instance of Choice.
358 359 360 361 |
# File 'lib/rexml/validation/relaxng.rb', line 358 def initialize context super @choices = [] end |