# File lib/interact/interactive.rb, line 52
    def censor(what)
      if with = @options[:echo]
        with * what.size
      else
        what
      end
    end