# File lib/hashery/basicstruct.rb, line 146 def eql?( other ) case other when BasicObject @table.eql?(other.as_hash) else false end end