# File lib/ruby2ruby.rb, line 1081 def to_sexp body = self.to_method.to_sexp[2][1..-1] [:proc, *body] end