Sha256: 6f7d4f20fe9bc454b700af1452320c82461b2d7d1c0c7015eda14249cf49bc82

Contents?: true

Size: 584 Bytes

Versions: 3

Compression:

Stored size: 584 Bytes

Contents

# Dimsum

Dimsum takes a file and a number of lines and prints a reservoir sample of the
file to stadard output

## Installation

Add this line to your application's Gemfile:

    gem 'dimsum'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install dimsum

## Usage
```sh
sample.rb  filename
  -n, --number [Fixnum]
```
## Contributing

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dimsum-0.0.3 README.md
dimsum-0.0.2 README.md
dimsum-0.0.1 README.md