We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcb700 commit 08a42b9Copy full SHA for 08a42b9
ARES-6/Air/strip-hash.rb
@@ -5,6 +5,6 @@
5
6
ARGV.each {
7
| filename |
8
- IO::write(filename, IO::read(filename).lines.reject{|v| v =~ /hash/i}.join())
+ File.write(filename, File.read(filename).lines.reject { |v| v =~ /hash/i }.join)
9
}
10
0 commit comments