Not even official tools like `ri` can help.
% ri SecureRandom.base64
Nothing known about SecureRandom.base64
Oops. Ruby's dynamic typing makes it difficult to handle statically. What if we could do this in `irb`?
> open SecureRandom.method(:base64).rdoc_url
Or similar?