Sha256: fa6a72b2193b71eca4b7a29b70d816ec6b16e894169b5e08f7e5eff1825b47a2

Contents?: true

Size: 675 Bytes

Versions: 1

Compression:

Stored size: 675 Bytes

Contents

# BiteTheDust

[![Build Status](https://travis-ci.org/zakuni/bite_the_dust.png?branch=master)](https://travis-ci.org/zakuni/bite_the_dust)

## Installation

Add this line to your application's Gemfile:

    gem 'bite_the_dust'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install bite_the_dust

## Usage

```ruby
require 'bite_the_dust'

# output "done" after 5 seconds.
BTD.countdown(5){|n| puts "done"}
```

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bite_the_dust-0.0.2 README.md