module Roda::RodaPlugins::RenderCoverage::InstanceMethods
def template_path(opts)
def template_path(opts) path = super if File.file?(path) File.realpath(path) else path end end
def template_path(opts) path = super if File.file?(path) File.realpath(path) else path end end