Namespace
Methods
V
Class Public methods
version()

Returns the version of the currently loaded ActionMailer as a Gem::Version

# File actionmailer/lib/action_mailer/version.rb, line 3
def self.version
  Gem::Version.new "4.0.13"
end