Class: Milestoner::CLI::Actions::Cache::Info
- Inherits:
-
Sod::Action
- Object
- Sod::Action
- Milestoner::CLI::Actions::Cache::Info
- Defined in:
- lib/milestoner/cli/actions/cache/info.rb
Overview
Handles cache information.
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
17 18 19 20 |
# File 'lib/milestoner/cli/actions/cache/info.rb', line 17 def call(*) path = client.path path.exist? ? log_info("Path: #{path}.") : log_info("No cache found.") end |