class MiniPortile

def self.mingw?

GNU MinGW compiled Ruby?
def self.mingw?
  target_os =~ /mingw/
end