зеркало из https://github.com/github/ruby.git
* lib/net/imap.rb: Fix indentation of EOF for heredoc.
* lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8d90611563
Коммит
f535b33f8d
|
@ -1,3 +1,8 @@
|
||||||
|
Thu May 19 06:36:11 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* lib/net/imap.rb: Fix indentation of EOF for heredoc.
|
||||||
|
* lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
|
||||||
|
|
||||||
Thu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>
|
Thu May 19 06:30:38 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* lib/mkmf.rb: Fix indentation of EOM for heredoc.
|
* lib/mkmf.rb: Fix indentation of EOM for heredoc.
|
||||||
|
|
|
@ -548,7 +548,7 @@ Commands
|
||||||
p expression evaluate expression and print its value
|
p expression evaluate expression and print its value
|
||||||
h[elp] print this help
|
h[elp] print this help
|
||||||
<everything else> evaluate
|
<everything else> evaluate
|
||||||
EOHELP
|
EOHELP
|
||||||
end
|
end
|
||||||
|
|
||||||
def display_expressions(binding)
|
def display_expressions(binding)
|
||||||
|
|
|
@ -3514,7 +3514,7 @@ usage: #{$0} [options] <host>
|
||||||
--auth=AUTH specifies auth type
|
--auth=AUTH specifies auth type
|
||||||
--starttls use starttls
|
--starttls use starttls
|
||||||
--ssl use ssl
|
--ssl use ssl
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
@ -3649,7 +3649,7 @@ summary display summary
|
||||||
fetch [msgno] display message
|
fetch [msgno] display message
|
||||||
logout logout
|
logout logout
|
||||||
help, ? display help message
|
help, ? display help message
|
||||||
EOF
|
EOF
|
||||||
else
|
else
|
||||||
print "unknown command: ", cmd, "\n"
|
print "unknown command: ", cmd, "\n"
|
||||||
end
|
end
|
||||||
|
|
Загрузка…
Ссылка в новой задаче