Sha256: d2fa697aaef2b72dd27ca8df73203b5f387c3dc8dcdf17adaef2b4d3635ffd8b
Contents?: true
Size: 148 Bytes
Versions: 6
Compression:
Stored size: 148 Bytes
Contents
module Capsaicin module LocalSys def windows? @windows ||= !! (RUBY_PLATFORM =~ /cygwin|mingw|win32|mswin|windows/) end end end
Version data entries
6 entries across 6 versions & 2 rubygems