Method: MiniMagick::Image#tempfile

Defined in:
lib/mini_magick/image.rb

#tempfileTempfile (readonly)

Returns The underlying temporary file.

Returns:

  • (Tempfile)

    The underlying temporary file



157
158
159
# File 'lib/mini_magick/image.rb', line 157

def tempfile
  @tempfile
end