Skip to content

Commit

Permalink
lib/pstore.rb: Specify frozen_string_literal: true.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Jan 17, 2017
1 parent 2290824 commit 2a9dd6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pstore.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
# = PStore -- Transactional File Storage for Ruby Objects
#
# pstore.rb -
Expand Down
2 changes: 1 addition & 1 deletion test/test_pstore.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
require 'test/unit'
require 'pstore'
require 'tmpdir'
Expand Down
2 changes: 1 addition & 1 deletion test/yaml/test_store.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
require 'test/unit'
require 'yaml/store'
require 'tmpdir'
Expand Down

0 comments on commit 2a9dd6b

Please sign in to comment.