Class: Terraspace::CLI::Clean::Base
- Inherits:
-
Object
- Object
- Terraspace::CLI::Clean::Base
- Includes:
- Util::Logging, Util::Sure
- Defined in:
- lib/terraspace/cli/clean/base.rb
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
- #pretty(path) ⇒ Object
Methods included from Util::Sure
Methods included from Util::Logging
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/terraspace/cli/clean/base.rb', line 6 def initialize(={}) @options = end |
Instance Method Details
#pretty(path) ⇒ Object
10 11 12 |
# File 'lib/terraspace/cli/clean/base.rb', line 10 def pretty(path) Terraspace::Util.pretty_path(path) end |