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