Josh Goebel Thinks

Follow @joshgoebel on Micro.blog.

Ruby 2.7.0-preview1 Released

What popped to me:

  • Pattern Matching - This should be fun if it turns out well.
  • Multi-line editing in REPL
  • Enumerable#tally [“a”, “b”, “c”, “b”].tally #=> {“a”=>1, “b”=>2, “c”=>1}