Top Level Namespace

Defined Under Namespace

Modules: CommandT

Instance Method Summary collapse

Instance Method Details

#header(item) ⇒ Object



17
18
19
20
21
22
# File 'ext/command-t/extconf.rb', line 17

def header(item)
  unless find_header(item)
    puts "couldn't find #{item} (required)"
    exit 1
  end
end