Sha256: 13a4d8193b79bb6dd6c0e703d20ff207291939c8dbe6263ce628c5892d7fc1e0
Contents?: true
Size: 242 Bytes
Versions: 37
Compression:
Stored size: 242 Bytes
Contents
<%- config[:constant_array].each_with_index do |c,i| -%> <%= ' '*i %>module <%= c %> <%- end -%> <%= ' '*config[:constant_array].size %>VERSION = "0.1.0" <%- (config[:constant_array].size-1).downto(0) do |i| -%> <%= ' '*i %>end <%- end -%>
Version data entries
37 entries across 37 versions & 1 rubygems