Skip to content

Commit 3df6a42

Browse files
committed
clean
1 parent 29bb292 commit 3df6a42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ To require it inside your Ruby program do:
4545
require 'stream'
4646
```
4747

48-
The latest version is `0.0.1`
49-
5048
## Not a Mixin
5149

5250
This is **not** a Mixin! The Stream is a proper object wrapping your collection(s). Furthermore, each object in this gem is immutable and therefore thread-safe -> the **intermediate** operations are not altering the instance on which they are called; instead, they create a new instance of the Stream with a modified version of the underlying collection.

0 commit comments

Comments
 (0)