# File lib/parse_tree.rb, line 147 def parse_tree_for_method(klass, method, is_cls_meth=false) $stderr.puts "** parse_tree_for_method(#{klass}, #{method}):" if $DEBUG r = parse_tree_for_meth(klass, method.to_sym, is_cls_meth) r end