lib/core/facets/kernel/with.rb in facets-2.7.0 vs lib/core/facets/kernel/with.rb in facets-2.8.0
- old
+ new
@@ -1,7 +1,7 @@
module Kernel
- # Like returning but exectures the block
+ # Like returning but exectues the block
# via instance_eval.
#
# def foo
# with values = [] do
# self << 'bar'