DEBSOURCES
Skip Quicknav
sources / ruby-liquid / 5.4.0-4 / lib / liquid / template_factory.rb
123456789
# frozen_string_literal: true module Liquid class TemplateFactory def for(_template_name) Liquid::Template.new end end end