Sha256: 4b1d98fc67e87e778fcf24cf94857af7271e97a08e31afe2aa4e056e35199dc3
Contents?: true
Size: 219 Bytes
Versions: 15
Compression:
Stored size: 219 Bytes
Contents
module Signal class << self # Check if a given signal is supported on the current platform # # @param [#to_s] id # the signal ID def supported?(id) list.has_key?(id.to_s) end end end
Version data entries
15 entries across 15 versions & 1 rubygems