# File lib/merb-gen/generator.rb, line 74
      def go_up(num)
        (["'..'"] * num).join(', ')
      end