gem_version()
Returns the currently loaded version of Action Mailbox as a +Gem::Version+.
# File actionmailbox/lib/action_mailbox/gem_version.rb, line 5 def self.gem_version Gem::Version.new VERSION::STRING end