Skip to content

Instantly share code, notes, and snippets.

@kronos
Created February 25, 2011 13:12
Show Gist options
  • Save kronos/843764 to your computer and use it in GitHub Desktop.
Save kronos/843764 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p0 :013 > a = def x
ruby-1.9.2-p0 :014?> 1+1
ruby-1.9.2-p0 :015?> end
=> #<Rubinius::CompiledMethod x file=(irb)>
ruby-1.9.2-p0 :016 > a.iseq.opcodes
=> #<Rubinius::Tuple: 79, 79, 81, 0, 11>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment