# File lib/ruby2ruby.rb, line 370 def process_defs(exp) exp.unshift "#{process(exp.shift)}.#{exp.shift}" process_defn(exp) end