Created
November 28, 2017 14:11
-
-
Save X1ting/a1fa83b7d508ecab398afa1dfbeffc44 to your computer and use it in GitHub Desktop.
private ex.
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
| class Foo | |
| def public_method1 | |
| end | |
| def public_method2 | |
| end | |
| private def private_method1 | |
| end | |
| private def private_method1 | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment