Sha256: db48e8c550d61b73fa1b86a17e3af1c4691b35af8348728ad5494ed075229d1f

Contents?: true

Size: 250 Bytes

Versions: 41

Compression:

Stored size: 250 Bytes

Contents

<%- 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

41 entries across 41 versions & 5 rubygems

Version Path
bundler-1.0.0.rc.6 lib/bundler/templates/newgem/lib/newgem.rb.tt