lib/ably/models/channel_state_change.rb in ably-1.0.7 vs lib/ably/models/channel_state_change.rb in ably-1.1.0
- old
+ new
@@ -46,9 +46,9 @@
def protocol_message
@hash_object[:protocol_message]
end
def to_s
- "ChannelStateChange: current state #{current}, previous state #{previous}"
+ "<ChannelStateChange: current state #{current}, previous state #{previous}>"
end
end
end