Object
# File lib/stella/testplan.rb, line 294 def initialize(src) src = src.to_s @src, @template = src, ERB.new(src) end
# File lib/stella/testplan.rb, line 298 def result(binding) @template.result(binding) end
# File lib/stella/testplan.rb, line 301 def to_s() src end
[Validate]
Generated with the Darkfish Rdoc Generator 2.