43 44 45 46
# File 'lib/medea/jason_base.rb', line 43 def ==(other) return false if not other.is_a? JasonBase jason_key == other.jason_key end