dwilkins / nacha

ACH Parser implemented in Ruby
MIT License
4 stars 2 forks source link

Simple example no longer works #1

Open dimitrypo opened 3 years ago

dimitrypo commented 3 years ago

When I'm trying to use the gem as per example I get:

Nacha.parse(ach_file)
NoMethodError: undefined method `parse' for Nacha:Module
Did you mean?  parent

Is it possible to provide working example of the gem? I can create PR with readme update

dimitrypo commented 3 years ago

I've found the issue and fixed it, it's in the PR - https://github.com/dwilkins/nacha/pull/2