class Proc

def to_sexp

def to_sexp
  body = self.to_method.to_sexp[2][1..-1]
  [:proc, *body]
end