Say I'm writing ruby code, and I want to use the standard Date type to get the current date. Instead of using a search engine, is there a faster way to find documentation for this class? I know that I can get methods for Date by typing Date.methods, but as far as I know, this does not give details about the types of arguments or the return value.
Responses to specific answers are welcome. My selection editor is Emacs.
source
share