Sha256: 87fd5f52f8f58539cac3d47777c891c9623f63cf915c9d52ab4c49d23afe5a1a

Contents?: true

Size: 222 Bytes

Versions: 63

Compression:

Stored size: 222 Bytes

Contents

var <%= project.config[:name] %> = (function() {
  function <%= project.config[:name] %>() {
    <%= "var optional_variable = #{options[:optional_variable]};" if options %>
  }
  return <%= project.config[:name] %>;
})();

Version data entries

63 entries across 45 versions & 1 rubygems

Version Path
architecture-js-0.1.1 spec/fixtures/ejs_template.ejs
architecture-js-0.1.0 spec/fixtures/ejs_template.ejs
architecture-js-0.1.0 spec/fixtures/test_template.erb