lib/graphql-docs/helpers.rb in graphql-docs-1.3.4 vs lib/graphql-docs/helpers.rb in graphql-docs-1.3.5

- old
+ new

@@ -85,10 +85,10 @@ return @templates[filename] unless @templates[filename].nil? contents = File.read(File.join(@options[:templates][:includes], filename)) - @templates[filename] = ERB.new(contents, nil, '>') + @templates[filename] = ERB.new(contents) end def helper_methods return @helper_methods if defined?(@helper_methods)