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.
- Host: GitHub
- URL: https://github.com/elifoster/data_types
- Owner: elifoster
- License: mit
- Created: 2015-12-25T21:48:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T02:00:43.000Z (over 5 years ago)
- Last Synced: 2025-02-11T10:46:42.625Z (about 1 year ago)
- Topics: data-structrues, ruby-gem
- Language: Ruby
- Homepage: https://rubygems.org/gems/data_types
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# data_types
[](https://travis-ci.org/elifoster/data_types)[](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)