Sha256: 745d85cb9ab838616d4b82218bea649c055524098dc2e88bfeff0048540c3f46

Contents?: true

Size: 627 Bytes

Versions: 2

Compression:

Stored size: 627 Bytes

Contents

# FileIterator

Handles iterating through a file given as a parameter to a script.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'file_iterator'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install file_iterator

## Usage

see examples.rb for examples of usage.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/file_iterator/fork )
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 a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
file_iterator-0.0.2 README.md
file_iterator-0.0.1 README.md