Sha256: c843b0c382bd450625c79dabd14409f7bd530b3e36fd64dad5f5f577363e7890

Contents?: true

Size: 182 Bytes

Versions: 3

Compression:

Stored size: 182 Bytes

Contents

class Terraspace::CLI
  class Taint < Base
    def run
      commander.run
    end

    def commander
      Commander.new("taint", @options)
    end
    memoize :commander
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
terraspace-2.2.17 lib/terraspace/cli/taint.rb
terraspace-2.2.16 lib/terraspace/cli/taint.rb
terraspace-2.2.15 lib/terraspace/cli/taint.rb