module Dumon
This module represents namespace of Dumon
tool.
Constants
- VERSION
Current version.
- VERSION_HISTORY
Version history.
- logger
Default configuration of logging.
Attributes
logger[RW]
Logger used for logging output.
Public Class Methods
version()
click to toggle source
Returns the version of Dumon
.
# File lib/dumon/version.rb, line 31 def self.version VERSION end