From 853bf652566daba731b96f2cfdd8229c7d006f5a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 21 Sep 2015 22:00:12 +0100 Subject: [PATCH] Add usage section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 16031c3..cbd33b9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,16 @@ Or install it yourself as: $ gem install inny +## Usage + +Require Inny and then start testing your objects: + +```ruby +require 'inny' + +object.in?('Foo', 'Bar') +``` + ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.