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

* lib/net/imap.rb: remove an empty comment line and -*-.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2015-10-23 06:29:08 +00:00
parent 3eabc555cb
commit e0ea5e903b
4 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,7 @@
Fri Oct 23 15:25:51 2015 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb: remove an empty comment line and -*-.
Fri Oct 23 15:20:02 2015 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safe

View file

@ -1,5 +1,4 @@
#
# -*- frozen_string_literal: true -*-
# frozen_string_literal: true
#
# = net/imap.rb
#

View file

@ -1,5 +1,4 @@
#
# -*- frozen_string_literal: true -*-
# frozen_string_literal: true
require "net/imap"
require "test/unit"

View file

@ -1,5 +1,4 @@
#
# -*- frozen_string_literal: true -*-
# frozen_string_literal: true
require "net/imap"
require "test/unit"