class DTK::Client::CLI::Context::Type::Top

Public Instance Methods

context_type() click to toggle source
# File lib/cli/context/type/top.rb, line 24
def context_type
  nil
end

Private Instance Methods

add_command_defs!() click to toggle source
# File lib/cli/context/type/top.rb, line 29
def add_command_defs!
  Command.all_command_names.each { |command_name| add_command command_name }
end