We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46da22b commit cb400e7Copy full SHA for cb400e7
examples/fortune/server.rb
@@ -1,4 +1,5 @@
1
#!/usr/bin/env ruby
2
+# frozen_string_literal: true
3
4
# Released under the MIT License.
5
# Copyright, 2014, by Samuel Williams.
examples/wikipedia/server.rb
@@ -1,5 +1,6 @@
# encoding: utf-8
6
# Copyright, 2014-2022, by Samuel Williams.
0 commit comments