Module: Signal
- Defined in:
- lib/mb/core_ext/signal.rb
Class Method Summary collapse
-
.supported?(id) ⇒ Boolean
Check if a given signal is supported on the current platform.
Class Method Details
.supported?(id) ⇒ Boolean
Check if a given signal is supported on the current platform
7 8 9 |
# File 'lib/mb/core_ext/signal.rb', line 7 def supported?(id) list.has_key?(id.to_s) end |