Sha256: cb48f1b0d77666627b625e22dfe5cae3ef812ae7c58e2ef8f9c9562cc343cf94

Contents?: true

Size: 758 Bytes

Versions: 2

Compression:

Stored size: 758 Bytes

Contents

[![Build Status](https://travis-ci.org/squeedee/pymn.png?branch=master)](https://travis-ci.org/squeedee/pymn)

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pymn-0.0.2 README.md
pymn-0.0.1 README.md