Skip to content

Instantly share code, notes, and snippets.

@X1ting
Created November 28, 2017 14:11
Show Gist options
  • Select an option

  • Save X1ting/a1fa83b7d508ecab398afa1dfbeffc44 to your computer and use it in GitHub Desktop.

Select an option

Save X1ting/a1fa83b7d508ecab398afa1dfbeffc44 to your computer and use it in GitHub Desktop.
private ex.
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