english
english copied to clipboard
Added # encoding: utf-8 to make it Ruby 1.9 compatible
There are some utf-8 characters that will freak out Ruby 1.9's character encoding support
I just ran into the same problem in a project when trying to execute rubocop. Is there any reason this PR hasn't been merged?