fixy
fixy copied to clipboard
Record parsing and generate
Recent record.rb changes no longer use the "decorator" method, instead parse and generate have
decorator = debug ? Fixy::Decorator::Debug : Fixy::Decorator::Default
Please revert to calling the decorator method to allow other decorators to be used by overriding it.
Thanks for reporting this issue, didn't realize that was a breaking change. I'll fix it and push a new version of the gem.