class ViewComponent::Template
def source
def source if @source_originally_nil # Load file each time we look up #source in case the file has been modified File.read(@path) else @source end end
def source if @source_originally_nil # Load file each time we look up #source in case the file has been modified File.read(@path) else @source end end