# File lib/sprockets.rb, line 8
    def running_on_windows?
      RUBY_PLATFORM =~ /(win|w)32$/
    end