method

peek_footer?

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Parser

Not found

The exact documentation you were looking for could not be found. Here is the best guess.

peek_footer?() private

No documentation

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

Hide source
# File tools/rail_inspector/lib/rail_inspector/changelog.rb, line 180
        def peek_footer?
          @buffer.peek(FOOTER_TEXT.length) == FOOTER_TEXT
        end
Register or log in to add new notes.