RubyFlow The Ruby and Rails community linklog

Chain of responsibility design pattern in Ruby

A chain of responsibility is a design pattern that allows to decouple a sender of a request from its receiver by giving multiple object a chance to handle that request. In an article on my blog I present that concept and I give an examples in Ruby.

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