Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created December 20, 2008 02:13
Show Gist options
  • Select an option

  • Save dmilith/38207 to your computer and use it in GitHub Desktop.

Select an option

Save dmilith/38207 to your computer and use it in GitHub Desktop.
>> class Z < Object
>> def hi
>> puts "ha!"
>> end
>> end
=> nil
>> zz = Z.new
=> #<Z:0x1da2737 @java_object=#<Java::JavaObject:0x14492fb>
>> zz.hi
ha!
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment