Top Level Namespace
Defined Under Namespace
Modules: Mosquitto
Instance Method Summary collapse
Instance Method Details
#error(message) ⇒ Object
7 8 9 10 11 12 13 |
# File 'ext/mosquitto/extconf.rb', line 7 def error() STDERR.puts "\n\n" STDERR.puts "***************************************************************************************" STDERR.puts "*************** #{} ***************" STDERR.puts "***************************************************************************************" exit(1) end |