Sha256: 71a160d6609d7bfe4cc333627a14ffaeb8c5a3b1f982052efb10892cea1cbf1c
Contents?: true
Size: 271 Bytes
Versions: 284
Compression:
Stored size: 271 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? /cygwin|mswin|mingw|bccwin|wince|emx/.match?(RbConfig::CONFIG['host_os']) end end end
Version data entries
284 entries across 275 versions & 27 rubygems