Top Level Namespace

Defined Under Namespace

Modules: Ruby

Instance Method Summary collapse

Instance Method Details

#failure(msg) ⇒ Object



5
6
7
8
# File 'ext/libappindicator/extconf.rb', line 5

def failure(msg)
  puts "Error: #{msg}"
  exit 1
end