method

parse_release_header

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Parser
parse_release_header() 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 156
        def parse_release_header
          @buffer.scan(
            /#{RELEASE_HEADER} .*##\s*/
          )
        end
Register or log in to add new notes.