dry-rb / dry-transaction

Business transaction DSL
http://dry-rb.org/gems/dry-transaction
MIT License
468 stars 55 forks source link

allow wrapping steps with private methods #70

Closed semenovDL closed 7 years ago

semenovDL commented 7 years ago

There is a bug in current implementation of Dry::Transaction wrapping operations , which not allow to make private wrapped methods. This PR fix this issue.

jcmfernandes commented 7 years ago

Looking good! :+1:

timriley commented 7 years ago

Thanks @semenovDL!