lib/unitwise/standard/prefix.rb in unitwise-0.6.0 vs lib/unitwise/standard/prefix.rb in unitwise-0.6.1

- old
+ new

@@ -8,10 +8,10 @@ def scale attributes["value"].attributes["value"] end def to_hash - super().merge(scalar: scale) + super().merge(:scalar => scale) end end end \ No newline at end of file