method

matches?

ruby latest stable - Class: REXML::Validation::Sequence
matches?(event)
public

No documentation available.

# File lib/rexml/validation/relaxng.rb, line 253
      def matches?(event)
        @events[@current].matches?( event )
      end