class Rack::RewindableInput

def filesystem_has_posix_semantics?

def filesystem_has_posix_semantics?
  RUBY_PLATFORM !~ /(mswin|mingw|cygwin|java)/
end