# File lib/mini_magick.rb, line 105
    def windows?
      !(RUBY_PLATFORM =~ /win32/).nil?
    end