Closed c960657 closed 9 months ago
@sunny Any plans on merging this? :-)
I don’t have merge rights, so can’t help you there.
To help this along you could:
CHANGELOG.md
under an “unreleased” section.I have also fixed Ruby 2.x compatibility. The few extra lines of code can easily be removed when support for Ruby 2.x is dropped.
@semmons99 Any interest in merging this? :-)
sure thing. done.
monetize
works for methods with positional arguments, i.e.def foo_cents(bar)
.Add support for keyword arguments, i.e.
def foo_cents(bar:)
.