An open API service indexing awesome lists of open source software.

https://github.com/elifoster/data_types

A Ruby gem that adds new object types like pairs and triplets.
https://github.com/elifoster/data_types

data-structrues ruby-gem

Last synced: about 1 year ago
JSON representation

A Ruby gem that adds new object types like pairs and triplets.

Awesome Lists containing this project

README

          

# data_types
[![Build Status](https://travis-ci.org/elifoster/data_types.svg?branch=master)](https://travis-ci.org/elifoster/data_types)[![Gem Version](https://badge.fury.io/rb/data_types.svg)](https://badge.fury.io/rb/data_types)

A Ruby gem that adds new object types like pairs and triplets.

## Installation
### RubyGems
``` shell
$ gem install data_types
```

### Bundler
Add this line to the application's Gemfile:
``` ruby
gem('data_types')
```

And then execute:
``` shell
$ bundle
```

## Documentation
See [RubyDocs](http://www.rubydoc.info/gems/data_types)