forwardable icon indicating copy to clipboard operation
forwardable copied to clipboard

Provides delegation of specified methods to a designated object

Results 4 forwardable issues
Sort by recently updated
recently updated
newest added

Hello. I see `ruby2_keywords` usage, but I'm getting such warnings for some reason in my project: ``` /home/alex/Projects/ruby/forwardable/lib/forwardable.rb:238: warning: Using the last argument as keyword parameters is deprecated; maybe **...

Hi at forwardable, You might want to fix this one: ``` /usr/local/lib/ruby/gems/2.6.0/gems/forwardable-1.3.1/lib/forwardable/version.rb:3: warning: previous definition of VERSION was here /usr/local/lib/ruby/2.6.0/forwardable.rb:117: warning: already initialized constant Forwardable::FORWARDABLE_VERSION ``` It actually is the...

On Ruby 3.4+, generic argument forwarding is significantly faster as it does not allocate.

While trying to debug other things, I'm running ruby with RUBYOPT=-d ``` Exception 'SyntaxError' at ~/Ruby3421_x64/lib/ruby/gems/3.4.0/gems/forwardable-1.3.3/lib/forwardable/impl.rb:6 - ~/Ruby3421_x64/lib/ruby/gems/3.4.0/gems/forwardable-1.3.3/lib/forwardable/impl.rb:6: syntax errors found > 6 | BEGIN{throw tag}; ().pos= | ^ expected...