Sha256: bf877afca83518e428c77e50248dd8238ec68178612bba8bd2b298c06a74f6c4
Contents?: true
Size: 265 Bytes
Versions: 13
Compression:
Stored size: 265 Bytes
Contents
<%- @plugin_class_name.split(/::/).each_with_index do |c,i| -%> <%= ' '*i %>module <%= c %> <%- end -%> <%= ' '*@plugin_class_name.split(/::/).size %>VERSION = '0.0.1' <%- (@plugin_class_name.split(/::/).size-1).downto(0) do |i| -%> <%= ' '*i %>end <%- end -%>
Version data entries
13 entries across 13 versions & 1 rubygems