Skip to content

Instantly share code, notes, and snippets.

@subbuss
Created July 15, 2009 00:17
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 subbuss/147338 to your computer and use it in GitHub Desktop.
Save subbuss/147338 to your computer and use it in GitHub Desktop.
[subbu@earth jruby] java -cp lib/jruby.jar org.jruby.compiler.ir.IR_Builder -e "a,(b,c,(d,e,(f,g,h))),d = 1,2,3,4"
Script:
file: "-e"
class:
Class:
className: _DUMMY_
instrs:
0 DEF_CLASS_METH(_DUMMY_, __file__)
1 a = 1:fixnum
2 b = 2:fixnum
3 c = nil
4 d = nil
5 e = nil
6 f = nil
7 g = nil
8 h = nil
9 d = 3:fixnum
methods:
[Method:
name: __file__]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment