# File lib/sup/mbox/ssh-file.rb, line 59
  def index what, start=0
    x = @buf.index(what, start - @start)
    x.nil? ? nil : x + @start
  end