Top Level Namespace

Defined Under Namespace

Modules: Clonefile

Instance Method Summary collapse

Instance Method Details

#dependency_header(header) ⇒ Object



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

def dependency_header(header)
  abort "Unmet dependency: #{header}" unless have_header(header)
end