Sha256: 5b52ea34f682c4e95b8dce835e2b3a7271caef95e0bd9a4162cf46e964fcaff5
Contents?: true
Size: 266 Bytes
Versions: 6538
Compression:
Stored size: 266 Bytes
Contents
# frozen_string_literal: true module RuboCop # This module provides information on the platform that RuboCop is being run # on. module Platform def self.windows? RbConfig::CONFIG['host_os'] =~ /cygwin|mswin|mingw|bccwin|wince|emx/ end end end
Version data entries
6,538 entries across 6,515 versions & 27 rubygems