method

match_to

v1_8_7_330 - Show latest stable - Class: REXML::Source
match_to( char, pattern )
public

No documentation available.

# File lib/rexml/source.rb, line 94
    def match_to( char, pattern )
      return pattern.match(@buffer)
    end