Top Level Namespace
Defined Under Namespace
Modules: Majordomo
Instance Method Summary collapse
Instance Method Details
#fail(msg) ⇒ Object
7 8 9 10 |
# File 'ext/majordomo/extconf.rb', line 7 def fail(msg) STDERR.puts msg exit(1) end |