Move encoding line to the second line where rubycop will find it

This commit is contained in:
Dan Kubb 2013-07-29 17:39:47 -07:00
parent 4217336990
commit 011c99d3fd

View file

@ -1,5 +1,4 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# encoding: utf-8 # encoding: utf-8
trap('INT') do |status| trap('INT') do |status|