require 'formula' def build_clang?; ARGV.include? '--with-clang'; end def build_universal?; ARGV.include? '--universal'; end class Clang