Skip to content

Instantly share code, notes, and snippets.

@tenderlove
Created August 18, 2013 22:30
Show Gist options
  • Save tenderlove/6264382 to your computer and use it in GitHub Desktop.
Save tenderlove/6264382 to your computer and use it in GitHub Desktop.
module Kernel
def int x; x; end
end
class Foo
public int def foo
10
end
end
Foo.new.foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment