diff options
Diffstat (limited to 'lib/uri/http.rb')
-rw-r--r-- | lib/uri/http.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/uri/http.rb b/lib/uri/http.rb index dc47613cdf..d43e9a28e0 100644 --- a/lib/uri/http.rb +++ b/lib/uri/http.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false # = uri/http.rb # # Author:: Akira Yamada <akira@ruby-lang.org> |