Thread
Stories related to "Ruby 2.6.0 Released" across the full archive.
9000 (or 9.0) really is the version number.
This is a gem I've been working on to implement a (relatively simple version of) railway-oriented programming in Ruby. I wanted to avoid the monolithic "all the monads" approaches that some other libraries have taken. You may also be interested in its cousin, [Indubitably](https://github.com/asthasr...
Recently, I've been building a lot of smaller apps in Ruby, and as a result, I've been wasting too much time setting up the same project structure for each of them, so I decided to write a tool for automating this process.
Since it generates only the essentials needed to start working, I thought ...