class EventSource::Log
Public Instance Methods
tag!(tags)
click to toggle source
# File lib/event_source/log.rb, line 3 def tag!(tags) tags << :event_source tags << :library tags << :verbose end
# File lib/event_source/log.rb, line 3 def tag!(tags) tags << :event_source tags << :library tags << :verbose end