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