From 275183d346c843f582a1c74a21588330a1e8f717 Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Wed, 23 Jun 2010 17:01:43 +0200 Subject: [PATCH] more example in README.md... 2 spaces replaced --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8db4a8..78876b7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Usage @i += @step end end - end + end Functional.new( Sequence.new). select {|i| i.even? }.