module DTK::Client::CLI::Command::Mixin::Common

Private Instance Methods

mangled_method(command_name) click to toggle source
# File lib/cli/command/mixin.rb, line 24
def mangled_method(command_name)
  "command_defs__#{command_name}".to_sym
end