Skip to content

Commit

Permalink
* lib/unholy.rb: require the tiny pickle lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
_why committed May 5, 2008
1 parent 4847fc0 commit a4a14d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/unholy
@@ -1,4 +1,5 @@
#!/usr/bin/env ruby
$: << "./lib"
require 'unholy'

asm = Pyasm.new(ARGV[0])
Expand Down
2 changes: 1 addition & 1 deletion lib/unholy.rb
@@ -1,3 +1,3 @@
require 'unholy/core'
require 'unholy/tuple'
require 'unholy/pickle'
require 'unholy/pyasm'
2 changes: 1 addition & 1 deletion lib/unholy/pyasm.rb
Expand Up @@ -270,7 +270,7 @@ def load_iseq iseq
when Symbol
self.label inst
when Array
p inst
# p inst
inst[0] = :message if inst[0] == :send
self.send *inst
end
Expand Down

0 comments on commit a4a14d9

Please sign in to comment.