class Terraspace::CLI::Clean::Base
Public Class Methods
new(options={})
click to toggle source
# File lib/terraspace/cli/clean/base.rb, line 6 def initialize(options={}) @options = options end
Public Instance Methods
pretty(path)
click to toggle source
# File lib/terraspace/cli/clean/base.rb, line 10 def pretty(path) Terraspace::Util.pretty_path(path) end