# File lib/test/spec/dox.rb, line 139
      def indent(depth)
        @indent = depth
        @prefix = "  " * depth
      end