README.adoc in refinements-12.5.0 vs README.adoc in refinements-12.6.0
- old
+ new
@@ -1562,9 +1562,13 @@
a.transmute! b, b: :y # #<struct Struct::A a=1, b=8, c=3>
a.transmute! c, c: :t # #<struct Struct::A a=1, b=2, c=30>
a # #<struct Struct::A a=7, b=8, c=30>
----
+===== #with
+
+An alias of `#merge` and identical in behavior (see `#merge` documentation for details). Allows you to use `Struct` and `Data` objects more interchangeably since they share the same method.
+
==== Symbol
===== #call
Enhances symbol-to-proc by allowing you to send additional arguments and/or a block. This only works