Skip to content

Instantly share code, notes, and snippets.

@philcrissman
Created March 20, 2014 21:07
Show Gist options
  • Save philcrissman/9673824 to your computer and use it in GitHub Desktop.
Save philcrissman/9673824 to your computer and use it in GitHub Desktop.
def some_method
"something"
end
private :some_method
def some_other_method
"doot doot doot"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment