Class: Retry::Log

Inherits:
Log
  • Object
show all
Defined in:
lib/retry/log.rb

Instance Method Summary collapse

Instance Method Details

#tag!(tags) ⇒ Object



3
4
5
6
7
# File 'lib/retry/log.rb', line 3

def tag!(tags)
  tags << :retry
  tags << :library
  tags << :verbose
end