Module: RubySmart::SimpleLogger::Extensions::SimpleLog::ClassMethods
- Defined in:
- lib/ruby_smart/simple_logger/extensions/simple_log.rb
Instance Method Summary collapse
Instance Method Details
#inspector ⇒ Object
24 25 26 |
# File 'lib/ruby_smart/simple_logger/extensions/simple_log.rb', line 24 def inspector class_variable_get('@@inspector') end |
#inspector=(inspector) ⇒ Object
28 29 30 |
# File 'lib/ruby_smart/simple_logger/extensions/simple_log.rb', line 28 def inspector=(inspector) class_variable_set('@@inspector', inspector) end |