Class: RightDevelop::Utility::Shell::NullLoggerSingleton

Inherits:
Object
  • Object
show all
Defined in:
lib/right_develop/utility/shell.rb

Constant Summary collapse

@@logger =
nil

Class Method Summary collapse

Class Method Details

.instanceObject



38
39
40
# File 'lib/right_develop/utility/shell.rb', line 38

def self.instance
  @@logger ||= ::RightSupport::Log::NullLogger.new
end