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