lib/nilac/add_semicolons.rb in nilac-0.0.4.3.9.5 vs lib/nilac/add_semicolons.rb in nilac-0.0.4.3.9.6

- old
+ new

@@ -16,9 +16,11 @@ end end + input_file_contents = input_file_contents.collect {|element| element.gsub("#iggggnnnore ","")} + reject_regexp = /(function |Euuf |if |else|elsuf|switch |case|while |whaaleskey |for )/ modified_file_contents = input_file_contents.dup input_file_contents.each_with_index do |line,index| \ No newline at end of file