lib/danica/base_operations.rb in danica-2.7.5 vs lib/danica/base_operations.rb in danica-2.7.6
- old
+ new
@@ -28,9 +28,10 @@
private
def formatted_operation(other, value)
return other.repack(value) if other.is_a?(Danica::Formatted)
+
value
end
end
end