Top Level Namespace

Defined Under Namespace

Modules: GDA

Instance Method Summary collapse

Instance Method Details

#asplode(missing) ⇒ Object



9
10
11
12
13
14
15
# File 'ext/gda/extconf.rb', line 9

def asplode missing
  abort "\#{missing} is missing. Try 'brew install libgda' if you are on OSX and have homebrew installed.\nYou can also check https://github.com/GNOME/libgda for more info on how to install\nthe dependency.\n"
end