Sha256: d613b1b791e99b2ec0509801ac00720046b8ea6940927696162ae5e25f2f6fea

Contents?: true

Size: 312 Bytes

Versions: 5

Compression:

Stored size: 312 Bytes

Contents

<%#
  Having the end on the same line as the template code and the lack of indentation
  is intentional to keep the output decently aligned
%>
<% config[:namespace_files].each do |namespace_file| %>
require_relative '<%= namespace_file %>'<% end %>

module Imports
  module <%= config[:module_name] %>
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
topographer-0.0.9 lib/topographer/generators/templates/namespace_module.rb.erb
topographer-0.0.8 lib/topographer/generators/templates/namespace_module.rb.erb
topographer-0.0.7 lib/topographer/generators/templates/namespace_module.rb.erb
topographer-0.0.6 lib/topographer/generators/templates/namespace_module.rb.erb
topographer-0.0.5 lib/topographer/generators/templates/namespace_module.rb.erb