moduleActiveSupport# Returns the version of the currently loaded ActiveSupport as a <tt>Gem::Version</tt>defself.gem_versionGem::Version.newVERSION::STRINGendmoduleVERSIONMAJOR=4MINOR=2TINY=0PRE="alpha"STRING=[MAJOR,MINOR,TINY,PRE].compact.join(".")endend