Skip to content

Instantly share code, notes, and snippets.

@pkieltyka
Created September 18, 2008 20:30
Show Gist options
  • Save pkieltyka/11476 to your computer and use it in GitHub Desktop.
Save pkieltyka/11476 to your computer and use it in GitHub Desktop.
iseq = VM::InstructionSequence.compile(IO.read(ARGV[0]))
iseq.to_a.last.each do |inst|
p inst
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment