lib/apkstats/entity/feature.rb in danger-apkstats-0.2.0 vs lib/apkstats/entity/feature.rb in danger-apkstats-0.3.0

- old
+ new

@@ -82,9 +82,10 @@ values.map(&:to_s) end def eql?(other) return if !other || other.class == Features + other.values == values end def hash values.hash