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