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

Version Path
xcode-install-0.3.0 lib/xcode/install/update.rb
xcode-install-0.2.0 lib/xcode/install/update.rb
xcode-install-0.1.1 lib/xcode/install/update.rb
xcode-install-0.1.0 lib/xcode/install/update.rb
xcode-install-0.0.3 lib/xcode/install/update.rb
xcode-install-0.0.2 lib/xcode/install/update.rb