Created
October 11, 2010 10:22
-
-
Save deepak/620317 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ri does not show private methods | |
# why and any way to force it to index and show private methods | |
ri Date#hour | |
ri DateTime #hour is a private method | |
ri DateTime#hour #is not shown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment