RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Pattern Matching on Ruby Objects

I wrote https://fly.io/ruby-dispatch/pattern-matching-on-ruby-objects/ to show people how they can implement pattern matching in their Ruby objects that with with case ... in statements. Use it in your very own HTTP routers, Rack middleware, Rails apps, authorization objects (like Pundit), consume APIs, or parse files!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in