# File lib/ruby-prof/task.rb, line 129 def create_output_directory if not File.exist?(output_directory) Dir.mkdir(output_directory) end end