# File lib/system.rb, line 5
def windows?
   RUBY_PLATFORM =~ /mswin/i
end