# File lib/support.rb, line 162 def ==(other) return nil unless other.class == self.class return other.contents == self.contents end