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