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