class MiniPortile

def self.windows?

def self.windows?
  target_os =~ /mswin|mingw/
end