We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c734f5 commit 849309bCopy full SHA for 849309b
elasticsearch-api/utils/thor/generate_source.rb
@@ -63,7 +63,7 @@ def generate(*files)
63
# -- Test helper
64
copy_file "templates/ruby/test_helper.rb", @output.join('test').join('test_helper.rb') if options[:language] == 'ruby'
65
66
- files = Dir.entries(@input.to_s).reject { |f| f.start_with?('.') }
+ files = Dir.entries(@input.to_s).reject { |f| f.start_with?('.') || f.start_with?('_') }
67
68
files.each do |filepath|
69
file = @input.join(filepath)
0 commit comments