Method: MagicPipe::Envelope#==

Defined in:
lib/magic_pipe/envelope.rb

#==(other) ⇒ Object



25
26
27
# File 'lib/magic_pipe/envelope.rb', line 25

def ==(other)
  as_json == other.as_json
end