Skip to content

Instantly share code, notes, and snippets.

@enebo
Created October 22, 2019 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/5f333fdf62c76863e1448b87747752ae to your computer and use it in GitHub Desktop.
Save enebo/5f333fdf62c76863e1448b87747752ae to your computer and use it in GitHub Desktop.
p Java::Util
module Java
module Util
class Foo
end
end
end
Java::Util
NameError: cannot load Java class util.Foo
<class:Util> at ../snippets/cls5.rb:4
<class:Java> at ../snippets/cls5.rb:3
<main> at ../snippets/cls5.rb:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment