method

peek_footer?

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: Parser
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.