cache_method icon indicating copy to clipboard operation
cache_method copied to clipboard

Add ruby 3.x support for separately-tracked kwargs

Open apiology opened this issue 3 years ago • 1 comments

Teach cache_method to track kwargs separately from args, rather than treating them as a hash arg in the final position.

Fixes #17

apiology avatar Oct 16 '22 16:10 apiology

I dropped this in my Gemfile to be use this fork until someone is able to merge and release a new gem.

# Awaiting merge and release of
# https://github.com/seamusabshere/cache_method/pull/18
gem 'cache_method',
    git: 'https://github.com/apiology/cache_method',
    branch: 'ruby_3_support'

apiology avatar Nov 04 '22 18:11 apiology