graphql-client
graphql-client copied to clipboard
Fixed bug in old Ruby versions and Regexp.match?
Fixes #279.
Added a check for availability of Regexp.match? and use =~ if method isn't available.