class Method

def to_sexp

def to_sexp
  with_class_and_method_name do |klass, method|
    ParseTree.new(false).parse_tree_for_method(klass, method)
  end
end