module BinInstall::Xcode

Public Class Methods

install() click to toggle source
# File lib/bin_install/xcode.rb, line 3
def self.install
  system('xcode-select --install')
end
install!() click to toggle source
# File lib/bin_install/xcode.rb, line 7
def self.install!
  BinInstall.system!('xcode-select --install')
end