91 92 93 94 95 96 97
# File 'lib/docker/event.rb', line 91 def to_s if type.nil? && action.nil? to_s_legacy else to_s_actor_style end end