# File lib/method_analyzer.rb, line 92 def self.set_at_exit case ENV['METHOD_ANALYZER_FORMAT'] when 'marshal' at_exit__output_marshal else at_exit__output_text end end