Skip to content

oktavilla/total-in-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Total-IN file parser

Code Climate Test Coverage

Parses transaction files in the TotalIn format.

Usage

require "total_in"

result = TotalIn.parse total_in_file_contents

Contributing

  1. Fork it ( http://github.com/oktavilla/total-in-ruby/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 new Pull Request