Top Level Namespace
Defined Under Namespace
Classes: Gulp
Constant Summary collapse
- I_KNOW_I_AM_USING_AN_OLD_AND_BUGGY_VERSION_OF_LIBXML2 =
TODO: remove this
1
- SUB_COMMANDS =
%w(add sip corpus_dump)
Instance Method Summary collapse
Instance Method Details
#okay_to_terminate! ⇒ Object
19 20 21 22 23 24 |
# File 'bin/gulp', line 19 def okay_to_terminate! if @interrupted puts "exited cleanly." exit end end |