Sha256: 8d416388c45a839d4767de9e5721934a346f201ec698c0596828ec4c1537bcd1
Contents?: true
Size: 419 Bytes
Versions: 33
Compression:
Stored size: 419 Bytes
Contents
require "<%= config[:namespaced_path] %>/version" <%- if config[:ext] -%> require "<%= config[:namespaced_path] %>/<%= config[:underscored_name] %>" <%- end -%> <%- config[:constant_array].each_with_index do |c, i| -%> <%= " " * i %>module <%= c %> <%- end -%> <%= " " * config[:constant_array].size %># Your code goes here... <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= " " * i %>end <%- end -%>
Version data entries
33 entries across 33 versions & 3 rubygems