Module: CiCache
- Defined in:
- lib/ci-cache.rb,
lib/ci-cache/cli.rb,
lib/ci-cache/get.rb,
lib/ci-cache/set.rb,
lib/ci-cache/error.rb,
lib/ci-cache/storage.rb,
lib/ci-cache/version.rb
Defined Under Namespace
Classes: CLI, Get, Set, Storage
Constant Summary collapse
- Error =
Class.new(StandardError)
- VERSION =
'1.1.1'
Class Method Summary collapse
Class Method Details
.shell(command) ⇒ Object
10 11 12 |
# File 'lib/ci-cache.rb', line 10 def self.shell(command) system(command) end |