ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
79 stars 42 forks source link

Only use UnboundMethod#bind_call if available #20

Closed jeremyevans closed 3 years ago

jeremyevans commented 3 years ago

Add a test for inspect for Parser instances, since those are the only cases where bind_call is used.

This allows tests to pass on Ruby 2.4-2.6. Set required_ruby_version to 2.4.