method
match_to
v1_9_2_180 -
Show latest stable
- Class:
REXML::Source
match_to( char, pattern )public
No documentation available.
# File lib/rexml/source.rb, line 98
def match_to( char, pattern )
return pattern.match(@buffer)
end