Total-IN file parser
Parses transaction files in the TotalIn format.
Usage
require "total_in"
result = TotalIn.parse total_in_file_contentsContributing
- Fork it ( http://github.com/oktavilla/total-in-ruby/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request