# File lib/rgen/template_language/template_container.rb, line 60
      def method_missing(name, *args)
        @context.send(name, *args)
      end