about summary refs log tree commit homepage
path: root/test/test_tmpio.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-02 22:29:12 +0000
committerEric Wong <e@80x24.org>2016-01-02 22:29:28 +0000
commit9e24bae3428f726800da2963a8f2695f7d4064cd (patch)
treedd4ce29efffa4f0da9c6d9ada903a277ec81196b /test/test_tmpio.rb
parent1105a6957eed26a922a27bd6e6dbbc457524b664 (diff)
downloadyahns-9e24bae3428f726800da2963a8f2695f7d4064cd.tar.gz
There are likely yet-to-be-discovered bugs in here.
Also, keeping explicit #freeze calls for 2.2 users, since most
users have not migrated to 2.3, yet.
Diffstat (limited to 'test/test_tmpio.rb')
-rw-r--r--test/test_tmpio.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_tmpio.rb b/test/test_tmpio.rb
index 79c9f32..5e49cce 100644
--- a/test/test_tmpio.rb
+++ b/test/test_tmpio.rb
@@ -1,6 +1,7 @@
 # -*- encoding: binary -*-
 # Copyright (C) 2009-2015 all contributors <yahns-public@yhbt.net>
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-2.0.txt)
+# frozen_string_literal: true
 require_relative 'helper'
 
 class TestTmpIO < Testcase