1 2 3 4 5 6 7 8 9
# frozen_string_literal: true require "{{ gem_require_name }}" {% if has_error_types -%} require_relative "errors" {% endif %} {% if has_services -%} module {{ native_module_name }} {% endif -%}