модуль ActiveSupport
Публичные методы класса
# File activesupport/lib/active_support/gem_version.rb, line 5 def self.gem_version Gem::Version.new VERSION::STRING end
Возвращает версию текущей загруженной Active Support в формате Gem::Version.
# File activesupport/lib/active_support/version.rb, line 7 def self.version gem_version end
Возвращает версию текущей загруженной ActiveSupport в формате Gem::Version.
© 2004–2020 David Heinemeier Hansson
Licensed under the MIT License.