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