# File lib/nanite/console.rb, line 7
    def start_console
      puts "Starting #{@@base.name.split(":").last.downcase} console (#{self.identity}) (Nanite #{Nanite::VERSION})"
      Thread.new do
        Console.start(self)
      end
    end