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