# File lib/sass/util.rb, line 753 def retry_on_windows return yield unless windows? begin yield rescue SystemCallError sleep 0.1 yield end end