Skip to content

Instantly share code, notes, and snippets.

@simplay
Created October 25, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplay/765d5b3cb06164e6bfbf1f2ec199ce63 to your computer and use it in GitHub Desktop.
Save simplay/765d5b3cb06164e6bfbf1f2ec199ce63 to your computer and use it in GitHub Desktop.
read ruby documnetation using pry

Read ruby documentation

pry
ri String

Generate documentation:

rvm docs generate

or

gem install rdoc-data
rdoc-data --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment