method
peek_footer?
v7.2.3 -
Show 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