When running tests in router and in Hanami, there are two warnings for assigned but unused variables.
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/generator.rb:58: warning: assigned but unused variable - generator
- This may be here for clarification purposes
and
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/route_helper.rb:99: warning: assigned but unused variable - params
- Does not appear this variable is used at all in the method, could be removed?
Could definitely easily fix this if there is no reasoning for having the variables. Let me know!
When running tests in router and in Hanami, there are two warnings for assigned but unused variables.
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/generator.rb:58: warning: assigned but unused variable - generatorand
/.rvm/gems/ruby-2.3.1/gems/http_router-0.11.2/lib/http_router/route_helper.rb:99: warning: assigned but unused variable - paramsCould definitely easily fix this if there is no reasoning for having the variables. Let me know!