ALPHA RUBY DOC
A CLI Gem That Scrapes Ruby Documentation

Ever get tired of leaving your editor / environment to google a method, or more in depth info on a class or module? This gem aims to make Ruby referencing quick and more importantly, LOCAL!
Alpha Ruby Doc scrapes Ruby documentation and allows users to quickly reference Ruby methods and additional information all on your terminal. Have a query? Run, Hunt, and Done. Never lose momentum, keep all things in your line of sight, and get right back to coding!
A Look Inside

Features
- Search by name
- View related methods
- Browse all Docs (Paginated Output To Terminal)
- Source Links
- Easy Navigation (Back To Main On Every Menu)
- Random Dev Quotes (Ok This One Is Just For Fun Lol)
INSTALLATION

JUST KIDDING
For Your Application:
Add this line to your application's Gemfile
gem 'ruby_doc'
And then execute
$ bundle
For Yourself:
$ gem install ruby_doc
USAGE
Once installed execute
$ ruby_doc
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/AlphaDaniel/alpha-ruby_doc. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the AlphaRefRuby project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.