debian-mirror-gitlab/debian/gems-compat/railties-5.1.7/lib/rails/version.rb

9 lines
161 B
Ruby
Raw Normal View History

require_relative "gem_version"
module Rails
# Returns the version of the currently loaded Rails as a string.
def self.version
VERSION::STRING
end
end