memoit
memoit copied to clipboard
Memoize method in Ruby
Hi! This PR is a discussion PR, opened mostly for the benefit of others running into the same issue. This problem also goes away in Q1 2023 when Ruby 2.x...
Hi @jnicklas! Not sure how feasible this would be to fix, but running our test suite with warnings (`RUBYOPT=-W rake spec`) shows a lot of warnings like > /myapp/gems/gems/memoit-0.3.0/lib/memoit.rb:19: warning:...
Seems like jruby doesn't like instance variables that contain unicode characters, or something, how can we solve that?