# File lib/merb-freezer/freezer_mode.rb, line 80
  def in_path?(bin)
    `which #{bin}`
    !$?.nil? && $?.success?
  end