Top Level Namespace

Defined Under Namespace

Modules: RubyWatchman

Instance Method Summary collapse

Instance Method Details

#header(item) ⇒ Object



5
6
7
8
9
10
# File 'ext/ruby-watchman/extconf.rb', line 5

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