salesking / sepa_king

Ruby gem for creating SEPA XML files
MIT License
149 stars 118 forks source link

refactor: Prefer __dir__ #107

Closed olleolleolle closed 2 years ago

olleolleolle commented 2 years ago

This PR changes usage of __FILE__ to use __dir__ where possible.

Ruby 2.7 is the earliest supported Ruby, so we should be good to use this everywhere.

ledermann commented 2 years ago

Thanks for cleaning up the repo! 👍