Top Level Namespace
- Extended by:
- Stax::Dsl
Defined Under Namespace
Modules: Stax
Instance Method Summary collapse
-
#SIGINT ⇒ Object
clean exit on ctrl-c for all methods.
Methods included from Stax::Dsl
Instance Method Details
#SIGINT ⇒ Object
clean exit on ctrl-c for all methods
5 |
# File 'lib/stax/base.rb', line 5 trap('SIGINT', 'EXIT') |