brew/Library/Homebrew/cask/lib/hbc/cli/internal_use_base.rb

10 lines
155 B
Ruby
Raw Normal View History

2016-08-18 22:11:42 +03:00
class Hbc::CLI::InternalUseBase < Hbc::CLI::Base
def self.command_name
super.sub(%r{^internal_}i, "_")
end
def self.visible
false
end
end