method
framework_version
framework_version(framework)
public
Hide source
# File railties/lib/rails/info.rb, line 29 def framework_version(framework) if Object.const_defined?(framework.classify) require "#{framework}/version" "#{framework.classify}::VERSION::STRING".constantize end end


