Module: RubySmart::SimpleLogger::Extensions::Processed::ClassMethods
- Defined in:
- lib/ruby_smart/simple_logger/extensions/processed.rb
Instance Method Summary collapse
Instance Method Details
#box_chars ⇒ Object
29 30 31 |
# File 'lib/ruby_smart/simple_logger/extensions/processed.rb', line 29 def box_chars class_variable_get('@@box_chars') end |
#box_chars=(chars) ⇒ Object
33 34 35 |
# File 'lib/ruby_smart/simple_logger/extensions/processed.rb', line 33 def box_chars=(chars) class_variable_set('@@box_chars', chars) end |