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:
parent
3eabc555cb
commit
e0ea5e903b
4 changed files with 7 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
#
|
||||
# = net/imap.rb
|
||||
#
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "net/imap"
|
||||
require "test/unit"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "net/imap"
|
||||
require "test/unit"
|
||||
|
|
Loading…
Add table
Reference in a new issue