method
match_to
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
match_to( char, pattern )
public
Hide source
# File lib/rexml/source.rb, line 98 def match_to( char, pattern ) return pattern.match(@buffer) end