How To Shows Your Locally Installed Ruby Gems In Microsoft Windows
- open Command Prompt.
- type gem list --local
- press Enter on keyboard.
Sample Output
How To Shows Your ri Version In Microsoft Windows
- open Command Prompt.
- type
ri --version
or
ri -v - press Enter on keyboard.
Viewing Locally Installed Ruby Gem:
You can view the documentation for your installed gems with ri:
Notes:
- For Ruby Gem CLI ( Command Line Interface ) documentation, type: gem --help
- Ruby command parameter is case sensitive
- Zlib is just for example, you can change to other Ruby Gem.
< to learn about check ruby version, click How To Check Your Ruby Version
Bibliography
https://guides.rubygems.org/
https://www.ruby-lang.org/
Tidak ada komentar:
Posting Komentar