зеркало из https://github.com/github/ruby.git
Fix two typos
My typo checker :-) found the bugs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
31a755e4f2
Коммит
e294fbaf5f
|
@ -54,8 +54,9 @@ class Shell
|
|||
# include run file.
|
||||
#
|
||||
def self.run_config
|
||||
rc = "~/.rb_shell"
|
||||
begin
|
||||
load File.expand_path("~/.rb_shell") if ENV.key?("HOME")
|
||||
load File.expand_path(rc) if ENV.key?("HOME")
|
||||
rescue LoadError, Errno::ENOENT
|
||||
rescue
|
||||
print "load error: #{rc}\n"
|
||||
|
|
|
@ -56,7 +56,7 @@ class Shell #:nodoc:
|
|||
self.input = src
|
||||
self
|
||||
else
|
||||
Shell.Fail Error::CantApplyMethod, "<", to.class
|
||||
Shell.Fail Error::CantApplyMethod, "<", src.class
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче