# File lib/interact/interactive.rb, line 60
    def display(what)
      print(censor(what))
      @position += what.size
    end