Module: AsanaExceptionNotifier

Defined in:
lib/asana_exception_notifier/version.rb,
lib/asana_exception_notifier/request/core.rb,
lib/asana_exception_notifier/request/client.rb,
lib/asana_exception_notifier/classes/error_page.rb,
lib/asana_exception_notifier/request/middleware.rb,
lib/asana_exception_notifier/helpers/application_helper.rb,
lib/generators/asana_exception_notifier/install_generator.rb

Overview

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

Defined Under Namespace

Modules: ApplicationHelper, Generators, Request, VERSION Classes: ErrorPage

Class Method Summary collapse

Class Method Details

.gem_versionString

it prints the gem version as a string

Returns:

  • (String)


8
9
10
# File 'lib/asana_exception_notifier/version.rb', line 8

def self.gem_version
  Gem::Version.new VERSION::STRING
end