mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Merge pull request #924 from tbrisker/patch-1
Fixes #922 - Correctly define file encoding as UTF-8
This commit is contained in:
commit
4ca81231c4
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#encoding: utf-8
|
||||
module Puma
|
||||
class UnsupportedOption < RuntimeError
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue