TODO.md in alf-0.9.3 vs TODO.md in alf-0.10.0
- old
+ new
@@ -2,10 +2,10 @@
(rename :suppliers, [:name, :city], :prefix => "supplier_")
(rename :suppliers, [:name, :city], :suffix => "_sup")
(rename :suppliers, [:name, :city], lambda{|name| name.upcase})
-* WRAP: provide a multi-wraping ability?
+* WRAP: provide a multi-wrapping ability?
(wrap (wrap :supplies, [:a, :b], :x), [:x, :c], :y)
=> (wrap :supplies, :x => [:a, :b], :y => [:x, :c])
But this would only work with Ruby 1.9 as the hash order would be important
\ No newline at end of file