# File lib/ruby2ruby.rb, line 165 def process_block_pass exp raise "huh?: #{exp.inspect}" if exp.size > 1 "&#{process exp.shift}" end