Class: Async::Signals::Ignore::Registration
- Inherits:
-
Object
- Object
- Async::Signals::Ignore::Registration
- Defined in:
- lib/async/signals/ignore.rb
Overview
Represents a no-op signal registration.
Instance Method Summary collapse
-
#close ⇒ Object
Close the registration.
Instance Method Details
#close ⇒ Object
Close the registration.
13 14 |
# File 'lib/async/signals/ignore.rb', line 13 def close end |