Sha256: d0fe1e1c25920b904c2b67525a4b3711cf5904d3ea92ce2f54f825560826eb7b
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
module XcodeInstall class Command class Update < Command self.command = 'update' self.summary = 'Update cached list of available Xcodes.' def run installer = XcodeInstall::Installer.new installer.rm_list_cache installer.list end end end end
Version data entries
6 entries across 6 versions & 1 rubygems