method

peek_equal

peek_equal(str)
public

No documentation available.

# File lib/rdoc/parser/ruby.rb, line 420
    def peek_equal(str)
      @content[@offset, str.length] == str
    end