Closed GabrielMalakias closed 3 years ago
Thanks for your contribution! Tests are failing. I think you might want to look into Forwardable
instead of SingleForwardable
.
https://ruby-doc.org/stdlib-2.6.2/libdoc/forwardable/rdoc/Forwardable.html
Done
Awesome work! Thanks!
First of all, thank you for maintaining this gem! I really appreciate your efforts.
While diving into the code I just noticed that a bunch of methods were defined just as a proxy to the data structure.
As I have seen here: https://github.com/ruby-shoryuken/shoryuken/blob/master/lib/shoryuken.rb#L48 I decided to use the SingleForwardable to delegate to the structure directly.
It's a small thing for now but might the beginning of some contributions