Class: GitCli::Global
- Inherits:
-
Object
- Object
- GitCli::Global
- Includes:
- Singleton
- Defined in:
- lib/git_cli/global.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
Instance Method Summary collapse
-
#initialize ⇒ Global
constructor
A new instance of Global.
Constructor Details
#initialize ⇒ Global
Returns a new instance of Global.
26 27 28 |
# File 'lib/git_cli/global.rb', line 26 def initialize @logger = Tlogger.new end |
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
25 26 27 |
# File 'lib/git_cli/global.rb', line 25 def logger @logger end |