Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@


[![Build Status](https://travis-ci.org/b264/unique.svg?branch=master)](https://travis-ci.org/b264/unique)
# unique

A lightweight Ruby gem with zero dependencies that prevents a block from returning the same object twice.

## Setup

Add it to your project's `Gemfile` (preferred) or
Add it to your project's `Gemfile` (preferred)

```ruby
gem 'unique'
```

Or install it manually:

```sh
$ gem install unique
Expand Down