class Retry::Log

Public Instance Methods

tag!(tags) click to toggle source
# File lib/retry/log.rb, line 3
def tag!(tags)
  tags << :retry
end