README in sane-0.25.6 vs README in sane-0.25.7
- old
+ new
@@ -19,6 +19,8 @@
enumerable-extra
#new enumerable #map
>> [1,2,3].map(:to_s) # applies it automatically! far less ugly than [1,2,3].map &:to_s
=> ["1", "2", "3"]
+and Thread.abort_on_exception=true # kill program if a child thread dies--alert you earlier!
+
Don't leave home without these!