11 12 13 14
# File 'lib/unitsml/extender.rb', line 11 def ==(object) self.class == object.class && symbol == object&.symbol end