I'm using zsh on Mac OS X.
When I type ri
followed by a class name everything works fine. However, if I want to look up specific method documentation (e.g. Array#new
), the shell would tell me zsh: no matches found: Array#new
Does this mean the ruby documentation is not completely installed on Mac by default?
Thanks.