Project

pymn

0.0
No commit activity in last 3 years
No release in over 3 years
Sometimes, there are Patterns You May Need.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

Build Status

Patterns You May Need

Other patterns, not just the one your framework provides, are quite useful. Especially as your app gets bigger.

Here are some (one so far) patterns that you may need.

Installation

Add this line to your application's Gemfile:

gem 'pymn'

And then execute:

$ bundle

Or install it yourself as:

$ gem install pymn

Usage

Chain Of Responsibility

TODO: example usage

For now, take a look at:

https://github.com/squeedee/pymn/blob/master/integrations/fixtures/chain_of_responsibility.rb https://github.com/squeedee/pymn/blob/master/integrations/fixtures/chain_of_responsibility_factory.rb