# File lib/image_temp_file.rb, line 5 def make_tmpname(ext, n) 'mini_magick%d-%d%s' % [$$, n, ext ? ".#{ext}" : ''] end