lib/active_support/version.rb in activesupport-7.0.2.4 vs lib/active_support/version.rb in activesupport-7.0.3
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
require_relative "gem_version"
module ActiveSupport
- # Returns the version of the currently loaded ActiveSupport as a <tt>Gem::Version</tt>
+ # Returns the currently loaded version of Active Support as a <tt>Gem::Version</tt>.
def self.version
gem_version
end
end