Skip to content

Instantly share code, notes, and snippets.

@supki
Created April 11, 2013 18:59
Show Gist options
  • Save supki/5366203 to your computer and use it in GitHub Desktop.
Save supki/5366203 to your computer and use it in GitHub Desktop.
Wat
class C
private
def m
:private
end
end
> c = C.new
> c.public_send :send, :m
==> :private
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment