Method: Command::CommandSet#get_root

Defined in:
lib/command-set/command-set.rb

#get_rootObject



258
259
260
# File 'lib/command-set/command-set.rb', line 258

def get_root
  command = @command_list[nil]
end