Returns the version of the currently loaded ActionMailer as a Gem::Version
# File lib/action_mailer/version.rb, line 3 def self.version Gem::Version.new "4.0.0" end