# File lib/dragonfly.rb, line 54
    def running_on_windows?
      ENV['OS'] && ENV['OS'].downcase == 'windows_nt'
    end