зеркало из https://github.com/github/ruby.git
Fix variable name in example of net/pop
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
b93aea84d0
Коммит
c8247a6b47
|
@ -168,7 +168,7 @@ module Net
|
|||
# require 'net/pop'
|
||||
#
|
||||
# # Use APOP authentication if $isapop == true
|
||||
# pop = Net::POP3.APOP($is_apop).new('apop.example.com', 110)
|
||||
# pop = Net::POP3.APOP($isapop).new('apop.example.com', 110)
|
||||
# pop.start('YourAccount', 'YourPassword') do |pop|
|
||||
# # Rest of the code is the same.
|
||||
# end
|
||||
|
|
Загрузка…
Ссылка в новой задаче