Skip to content

Commit a5d6609

Browse files
committed
Add frozen string literal pragma to unix version.
1 parent 18bdbf8 commit a5d6609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/sys/unix/sys/filesystem.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require_relative 'filesystem/constants'
24
require_relative 'filesystem/structs'
35
require_relative 'filesystem/functions'

0 commit comments

Comments
 (0)