# File lib/stella/testplan.rb, line 294
    def initialize(src)
      src = src.to_s
      @src, @template = src, ERB.new(src)
    end