If I want see documentation on my gems I can do:
yard server --gems
How can I see the documentation of Ruby’s standard library?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to
yardoc *.c(that will generate the core documentation),2a. run
yardoc .(that will generate the stdlib documentation but will take a lot of time),yard server.(from http://gnuu.org/2010/10/13/local-copies-of-documentation/)