README.rdoc in rumonade-0.1.2 vs README.rdoc in rumonade-0.2.0

- old
+ new

@@ -1,10 +1,10 @@ = Rumonade[https://rubygems.org/gems/rumonade] Project: github[http://github.com/ms-ati/rumonade] -Documentation: rubydoc.info[http://rubydoc.info/gems/rumonade/file/README.rdoc] +Documentation: rubydoc.info[http://rubydoc.info/gems/rumonade/0.2.0/file/README.rdoc] == A Ruby[http://www.ruby-lang.org] Monad[http://en.wikipedia.org/wiki/Monad_(functional_programming)] Library, Inspired by Scala[http://www.scala-lang.org] Are you working in both the Scala[http://www.scala-lang.org] and Ruby[http://www.ruby-lang.org] worlds, and finding that you miss some of the practical benefits of Scala's @@ -69,7 +69,7 @@ * Prefer blocks to lambda/Procs where possible 3. Equivalent idioms to Scala where possible == Status -This code is in a very early state, but the Option monad is already present. +Option, Either, and Array are complete. Please try it out, and let me know what you think!