Skip to content

Commit

Permalink
Fixed defs
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/heckle/dev/": change = 3483]
  • Loading branch information
zenspider committed Aug 9, 2007
1 parent 6f8c902 commit a5c66fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/heckle.rb
Expand Up @@ -259,7 +259,7 @@ def process_defs(exp)
recv = process exp.shift
meth = exp.shift

self.method = "#{recv}.#{meth}".intern
self.method = "#{RubyToRuby.new.process(recv.deep_clone)}.#{meth}".intern

result = s(:defs, recv, meth)
result << process(exp.shift) until exp.empty?
Expand Down

0 comments on commit a5c66fd

Please sign in to comment.