# File lib/dragonfly.rb, line 30 def running_on_windows? !!(RbConfig::CONFIG['host_os'] =~ %r!(msdos|mswin|djgpp|mingw)!) end