We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am trying to figure out if the Hashie gem is used anymore.
It used to be working but now if I do the following I get a No such method error:
No such method
require "ghee" gh = Ghee.basic_auth("usr", "pwd") all_gists = gh.users("nusco").gists a_gist = all_gists[20] a_gist.url # => "No such method" a_gist.description # => "No such method" a_gist.star
Have you removed it and switched back to a plain ruby hash or am I missing something here?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to figure out if the Hashie gem is used anymore.
It used to be working but now if I do the following I get a
No such method
error:Have you removed it and switched back to a plain ruby hash or am I missing something here?
Thanks
The text was updated successfully, but these errors were encountered: