
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Pry Doc is a plugin for Pry. It provides extended documentation support for Pry.
Install the gem using the below command.
gem install pry-doc
To automatically load pry-doc
upon starting pry
, add the command require 'pry-doc'
to your pryrc
.
You can read more about it in Pry's README file.
Pry Doc extends two core Pry commands: show-doc
and show-source
(aliased as
?
and $
respectively).
For example, in vanilla Pry it’s impossible to get the documentation for the
loop
method (it’s a method, by the way). However, Pry Doc solves that problem.
Let's check the source code of the loop
method.
Generally speaking, you can retrieve most of the MRI documentation and accompanying source code. Pry Doc is also smart enough to get any documentation for methods and classes implemented in C.
Pry Doc supports Ruby 2.0 and above.
Simply file an issue or visit #pry
at irc.freenode.net
.
The project uses the MIT License. See LICENSE file for more information.
FAQs
Unknown package
We found that pry-doc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.