# File lib/clouddb/instance.rb, line 120
    def get_user(name)
      CloudDB::User.new(self, name)
    end