Posts in category "Announcements"

Classy Filter v0.1 released!

Published in Announcements
Tagged as

Hello my dear readers!

Today is something I would call quite an event in my life. I've made a Ruby gem of my own! It's called Classy Filter, and it's a library for performing filtering in an object-oriented, class-based, configurable fashion.

Here's a quick little example of usage.

class MyFilter …