Skip to content

Instantly share code, notes, and snippets.

@deepak
Created October 11, 2010 10:22
Show Gist options
  • Save deepak/620317 to your computer and use it in GitHub Desktop.
Save deepak/620317 to your computer and use it in GitHub Desktop.
# 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