Sha256: ea7f6d005e9b90118efd52bd6ddbce1f0d5f1dc729ba848fe16319d6d699551d
Contents?: true
Size: 281 Bytes
Versions: 312
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true <%- 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
312 entries across 312 versions & 7 rubygems