class EventStore::HTTP::Log
Public Instance Methods
tag!(tags)
click to toggle source
# File lib/event_store/http/log.rb, line 4 def tag!(tags) tags << :event_store_http tags << :library tags << :verbose end