method

rails_version

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: StableTask
rails_version() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/api/task.rb, line 220
      def rails_version
        File.read("RAILS_VERSION").strip
      end
Register or log in to add new notes.