# File lib/sugar-high/path.rb, line 28
  def post_up lv
    self + ('/..' * lv)
  end