Module: AsanaExceptionNotifier

Defined in:
lib/asana_exception_notifier/version.rb,
lib/asana_exception_notifier/classes/error_page.rb,
lib/asana_exception_notifier/classes/unsafe_filter.rb,
lib/asana_exception_notifier/helpers/heredoc_helper.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, HeredocHelper, VERSION Classes: ErrorPage, UnsafeFilter

Class Method Summary collapse

Class Method Details

.gem_versionString

it prints the gem version as a string

Returns:

  • (String)


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

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