module AsanaExceptionNotifier

Returns the version of the gem as a Gem::Version

Public Class Methods

gem_version() click to toggle source
it prints the gem version as a string

@return [String]

@api public

# File lib/asana_exception_notifier/version.rb, line 9
def self.gem_version
  Gem::Version.new VERSION::STRING
end