# File lib/sexp.rb, line 7
  def perform_process_call(target_class)
    exp = self[1..-1]
    exp.extend Clonable
    target_class.send("process_#{type}", exp)
  end