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
I installed pry and pry-doc on Ubunutu WSL for Windows 10. When I try to use show-doc on pry to get information about a method it doesn't work.
[1] pry(main)> require 'pry-doc' => true [2] pry(main)> show-doc String#end_with? Error: Cannot locate this method: end_with?. (source_location returns nil)
I'm using ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x86_64-linux] and pry-doc 1.3.0.
The text was updated successfully, but these errors were encountered:
Tested on macOS and the same issues happens. I'll investigate
Sorry, something went wrong.
FWIW, this does seem to fail with Ruby 3.1 (on Linux too), but it's fine with 3.3 + latest pry-doc.
No branches or pull requests
I installed pry and pry-doc on Ubunutu WSL for Windows 10. When I try to use show-doc on pry to get information about a method it doesn't work.
I'm using ruby 3.1.0p0 (2021-12-25 revision fb4df44d16) [x86_64-linux] and pry-doc 1.3.0.
The text was updated successfully, but these errors were encountered: