Module: Dtg
- Defined in:
- lib/dtg.rb,
lib/dtg/version.rb
Overview
Base module: Debug if active by calling Dtg.dtg to also check your current running version
Defined Under Namespace
Classes: Error
Constant Summary collapse
- VERSION =
DTG version of gem
'6.0.2'
Class Method Summary collapse
-
.dtg ⇒ Object
Announce DTG version and if incorporated properly into the application.
Class Method Details
.dtg ⇒ Object
Announce DTG version and if incorporated properly into the application
22 23 24 |
# File 'lib/dtg.rb', line 22 def self.dtg "DTG gem is active running version: #{VERSION}" end |