version()
Returns the version of the currently loaded ActiveRecord as a Gem::Version
# File activerecord/lib/active_record/version.rb, line 3 def self.version Gem::Version.new "4.0.2" end