Man

You can open a manual of Ruby methods so quickly

Installation

Add this line to your application's Gemfile:

gem 'man'

And then execute:

$ bundle

Or install it yourself as:

$ gem install man

Usage

If you want to know about Array#shuffle!, call man with an Array object and a method name.

man Array.new, :shuffle!

Then open a reference page