Sha256: da7e81dee791f6d0e1aa4cacb1d8ad4860f365b63878203d18f2686b830461f6
Contents?: true
Size: 573 Bytes
Versions: 299
Compression:
Stored size: 573 Bytes
Contents
# frozen_string_literal: true require_relative "<%= File.basename(config[:namespaced_path]) %>/version" <%- if config[:ext] -%> require_relative "<%= File.basename(config[:namespaced_path]) %>/<%= config[:underscored_name] %>" <%- end -%> <%- config[:constant_array].each_with_index do |c, i| -%> <%= " " * i %>module <%= c %> <%- end -%> <%= " " * config[:constant_array].size %>class Error < StandardError; end <%= " " * config[:constant_array].size %># Your code goes here... <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= " " * i %>end <%- end -%>
Version data entries
299 entries across 299 versions & 6 rubygems