Method: ActiveSupport.gem_version

Defined in:
activesupport/lib/active_support/gem_version.rb

.gem_versionObject

Returns the currently loaded version of Active Support as a Gem::Version.



5
6
7
# File 'activesupport/lib/active_support/gem_version.rb', line 5

def self.gem_version
  Gem::Version.new VERSION::STRING
end