class XcodeInstall::Command::Update

Public Instance Methods

run() click to toggle source
# File lib/xcode/install/update.rb, line 7
def run
  installer = XcodeInstall::Installer.new
  installer.rm_list_cache
  installer.list
end