# File test/pseudo_io.rb, line 84
    def getc
      if (ch = read(1)) then
        return ch[0]
      end

      nil
    end