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 3776390 commit 99162deCopy full SHA for 99162de
template/fake.rb.in
@@ -9,6 +9,7 @@ while /\A(\w+)=(.*)/ =~ ARGV[0]
9
end
10
if inc = arg['i']
11
src = inc == '-' ? STDIN.read : File.read(inc)
12
+ src.gsub!(/^#.*\n/, '')
13
else
14
src = ""
15
0 commit comments