1
0
Fork 0
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:
Evan Phoenix 2016-03-07 09:29:43 -08:00
commit 4ca81231c4

View file

@ -1,3 +1,4 @@
#encoding: utf-8
module Puma
class UnsupportedOption < RuntimeError
end