# File lib/types/array.rb, line 48 def ==(that) ((@type == that.type) && (@descriptor == that.descriptor)) end