Sha256: c36d18e17617c2ac46fafe5fdc436af56477bc660453ce8482d4e9305e132696
Contents?: true
Size: 250 Bytes
Versions: 73
Compression:
Stored size: 250 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
73 entries across 73 versions & 3 rubygems