Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/log_marker/extention/active_support/object.rb
Instance Method Summary collapse
Instance Method Details
#lm(*arg) ⇒ Object
2 3 4 5 6 |
# File 'lib/log_marker/extention/active_support/object.rb', line 2 def lm(*arg) puts "\e[31m" + '■'*10 + '<debug>' + '■'*10 + "\e[0m" p *arg puts "\e[31m" + '■'*10 + '</debug>' + '■'*10 + "\e[0m" end |