Skip to content

Instantly share code, notes, and snippets.

@enebo
Created August 31, 2022 18:50
Show Gist options
  • Save enebo/445ea0a0dd9502f9628db99263f9dc93 to your computer and use it in GitHub Desktop.
Save enebo/445ea0a0dd9502f9628db99263f9dc93 to your computer and use it in GitHub Desktop.
jruby -Xcompile.invokedynamic ../snippets/compile4.rb
class H; attr_accessor :v; end; H.new.v ||= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment