A Responsibility is a class that provides a single piece of functionality, as per the Single Responsibility Principle [https://en.wikipedia.org/wiki/Single_responsibility_principle]. This class provides a single method called "perform", with optional "before" and "after" hooks.
Required Ruby Version
>= 0
Authors
Erick Brower