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