# File lib/mini_magick.rb, line 139 def format_option(format) windows? ? "#{format}\\n" : "#{format}\\\\n" end