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