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
While in a pry console session, #show-method is throwing an unhandled exception in in YARD::Handlers::C::MixinHandler.
-- This is the pry console session: The command is run at line 21 of the following Gist: Gist of full stack trace
Pry: 0.10.4 Ruby: 2.3.1 RVM: 1.29.0 pg 0.19.0 yard: 0.9.8
The text was updated successfully, but these errors were encountered:
I got the same error myself while doing:
result = db.exec('SELECT * FROM films;') show-method result.values # Error
Ruby 2.3.1 Pry 0.10.4 PG: 0.20.0 x86-mingw32 Yard: 0.9.9
Sorry, something went wrong.
No branches or pull requests
While in a pry console session, #show-method is throwing an unhandled exception in in YARD::Handlers::C::MixinHandler.
-- This is the pry console session:
The command is run at line 21 of the following Gist:
Gist of full stack trace
Pry: 0.10.4
Ruby: 2.3.1
RVM: 1.29.0
pg 0.19.0
yard: 0.9.8
The text was updated successfully, but these errors were encountered: