# File lib/ruby2ruby.rb, line 36 def self.translate(klass_or_str, method = nil) self.new.process(ParseTree.translate(klass_or_str, method)) end