Flowdock
match_to( char, pattern ) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/source.rb, line 96
    def match_to( char, pattern )
      return pattern.match(@buffer)
    end
Register or log in to add new notes.