Sha256: 3666db3df45d3afc4566b0538721dc3919953b972f3b3f3688caad7b32e12ef1
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
module Troo module CLI class ThorFixes < Thor # @param [] # @param [] # @param [] # @return [] def self.banner(command, namespace = nil, subcommand = false) [basename, @package_name, command.usage].compact.join(' ') end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.12 | lib/troo/cli/thor_fixes.rb |
troo-0.0.11 | lib/troo/cli/thor_fixes.rb |