$LOAD_PATH.unshift("#{HOMEBREW_LIBRARY_PATH}/cask/lib") require "hbc" module Homebrew module_function def cask Hbc::CLI.run(*ARGV) end end