Method: REXML::Validation::ZeroOrMore#expected
- Defined in:
- lib/rexml/validation/relaxng.rb
#expected ⇒ Object
308 309 310 311 |
# File 'lib/rexml/validation/relaxng.rb', line 308 def expected return [ @prior.expected, @events[0] ].flatten if @current == 0 return [@events[@current]] end |