method

build_template

build_template(locals)
private

No documentation available.

# File actionview/lib/action_view/unbound_template.rb, line 21
      def build_template(locals)
        options = @options.merge(locals: locals)
        Template.new(
          @source,
          @identifier,
          @handler,
          **options
        )
      end