Sha256: 94160ad474b1e403669d92f81d36c2f3eb067388838a3946613eb0c618ed3e8f
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/dh_easy-router/frames) [![Gem Version](https://badge.fury.io/rb/dh_easy-router.svg)](http://github.com/DataHenOfficial/dh_easy-router/releases) [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license) # DhEasy router module ## Description DhEasy router is part of DhEasy gem collection. It provides an easy way to route execution to your classes, quite useful to allow TDD implementations with unit tests without the need for complex project folder structures. Install gem: ```ruby gem install 'dh_easy-router' ``` Require gem: ```ruby require 'dh_easy/router' ``` Documentation can be found [here](http://rubydoc.org/gems/dh_easy-router/frames).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dh_easy-router-0.0.6 | README.md |