Class: ATS::CLI::AMP4E::Command
- Inherits:
-
Thor
- Object
- Thor
- ATS::CLI::AMP4E::Command
- Defined in:
- lib/ats/cli/amp4e/command.rb
Class Method Summary collapse
Class Method Details
.printable_commands(*args) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/ats/cli/amp4e/command.rb', line 7 def self.printable_commands(*args) super.map do |x| x[0] = x[0].gsub(/^ats/, 'ats amp4e') x end end |