Top Level Namespace

Defined Under Namespace

Modules: CommandT

Instance Method Summary collapse

Instance Method Details

#missing(item) ⇒ Object



26
27
28
29
# File 'ext/command_t/extconf.rb', line 26

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