method

peek_footer?

rails latest stable - Class: RailInspector::Changelog::Parser
peek_footer?()
private

No documentation available.

# File tools/rail_inspector/lib/rail_inspector/changelog.rb, line 180
        def peek_footer?
          @buffer.peek(FOOTER_TEXT.length) == FOOTER_TEXT
        end