Sha256: 6dbd6316c62e2cdda7c4c6aaa5d66341035a21188820359238e9e2aa78099a26
Contents?: true
Size: 355 Bytes
Versions: 22
Compression:
Stored size: 355 Bytes
Contents
require 'eucalypt/destroy/helpers' require 'eucalypt/helpers' module Eucalypt class Destroy < Thor include Thor::Actions include Eucalypt::Helpers include Eucalypt::Destroy::Helpers using Colorize desc "helper [NAME]", "Destroys a helper".colorize(:grey) def helper(name = nil) delete_mvc(:helper, name) end end end
Version data entries
22 entries across 22 versions & 1 rubygems