# File lib/ambition/lib/proc_to_ruby.rb, line 19
  def to_sexp
    with_class_and_method_name do |klass, method|
      ParseTree.new(false).parse_tree_for_method(klass, method)
    end
  end