# File lib/dbus/type.rb, line 164
    def nextchar
      c = @signature[@idx]
      @idx += 1
      c
    end