method

changelogs

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: Runner
changelogs() 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 250
        def changelogs
          changelog_paths.map { |path| Changelog.new(path, File.read(path)) }
        end
Register or log in to add new notes.