# File lib/facet/heap.rb, line 181
  def right(i)
    (i<<1) + 2 # 2i+2
  end