lib/mutant/actor.rb in mutant-0.8.23 vs lib/mutant/actor.rb in mutant-0.8.24
- old
+ new
@@ -8,10 +8,10 @@
class ProtocolError < RuntimeError
end # ProtocolError
# Undefined message payload
Undefined = Class.new do
- INSPECT = 'Mutant::Actor::Undefined'.freeze
+ INSPECT = 'Mutant::Actor::Undefined'
# Object inspection
#
# @return [String]
def inspect