1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/net/ftp.rb: use frozen_string_literal: true.

* test/net/ftp/test_buffered_socket.rb: ditto.

* test/net/ftp/test_ftp.rb: ditto.

* test/net/ftp/test_mlsx_entry.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2015-10-09 07:28:10 +00:00
parent d8d51b6708
commit ae6555aa25
5 changed files with 28 additions and 7 deletions

View file

@ -1,3 +1,6 @@
#
# -*- frozen_string_literal: true -*-
require "net/ftp"
require "test/unit"
require "ostruct"