I often forget the syntax for the newer keyword arguments when I want to scoop up extra arguments with double splats and the like. The online Ruby docs has articles such as http://ruby-doc.org/core-2.1.0/doc/syntax/methods_rdoc.html and http://ruby-doc.org/core-2.0.0/doc/syntax/calling_methods_rdoc.html, but how could I access this info via ri?
Or is ri (as implied by the interactive mode's question "Enter the method name you want to look up") the only sort of thing it will find?