Skip to content

Commit

Permalink
- Fixed Ruby2Ruby usage (raggi)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/heckle/dev/": change = 5870]
  • Loading branch information
zenspider committed Sep 8, 2010
1 parent 8976338 commit 1424d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heckle.rb
Expand Up @@ -600,7 +600,7 @@ def mutations_left
end

def current_code
Ruby2Ruby.translate(klass_name.to_class, method_name)
Ruby2Ruby.new.process ParseTree.translate(klass_name.to_class, method_name)
end

##
Expand Down

0 comments on commit 1424d3b

Please sign in to comment.