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