module Roda::RodaPlugins::RenderCoverage::InstanceMethods
Private Instance Methods
Source
# File lib/roda/plugins/render_coverage.rb, line 91 def template_path(opts) path = super if File.file?(path) File.realpath(path) else path end end
Convert template paths to real paths to try to ensure the same template is cached.
Calls superclass method