Top Level Namespace

Defined Under Namespace

Modules: Kernel, Psych Classes: Module, Object

Constant Summary collapse

INCLUDEDIR =
LIBDIR =
LIB_DIRS =
['/opt/local/lib', '/usr/local/lib', LIBDIR, '/usr/lib']

Instance Method Summary collapse

Instance Method Details

#asplode(missing) ⇒ Object



12
13
14
15
# File 'ext/psych/extconf.rb', line 12

def asplode missing
  abort "#{missing} is missing. Try 'port install libyaml +universal' " +
        "or 'yum install libyaml-devel'"
end