Skip to content

Commit cb400e7

Browse files
committed
RuboCop.
1 parent 46da22b commit cb400e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/fortune/server.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
23

34
# Released under the MIT License.
45
# Copyright, 2014, by Samuel Williams.

examples/wikipedia/server.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env ruby
22
# encoding: utf-8
3+
# frozen_string_literal: true
34

45
# Released under the MIT License.
56
# Copyright, 2014-2022, by Samuel Williams.

0 commit comments

Comments
 (0)