While coding I often find myself using ri
to readf some part of the doc's I haven't fully memorized. And it so simple and fast to use it. All I have to do is open a terminal and type ri something
. I don't have to open a bloated browser. I don't need to know the location of the doc's. I don't have to understand the layout and color's the developer choose for the doc's. I only have to type this two character r
and i
and I'll get all I want: A small text with informatikons about the class/method I am interested in.
I think the real usefullnes depend's on what your developments environment looks like. If someone works in an environment like me, where he codes with vim/emacs on the terminal and the terminal is mostly the faster/easier tool to use than any gui, he definitly want's to use ri. But if someone uses Eclipse, he might wan't to have some eclipse builtin ruby doc displayer(does this exist?).
So yes In my opinion it is realy worth showing. You wan't to show someone how to use ruby and not how to use his development environmet. So give him all the choises he need's to use ruby according to his own needs.