mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
initialize hack
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3dc5049a49
commit
86a5ba2b01
2 changed files with 2 additions and 2 deletions
2
bin/irb
2
bin/irb
|
@ -16,6 +16,6 @@ else
|
|||
if /^-e$/ =~ $0
|
||||
IRB.start(__FILE__)
|
||||
else
|
||||
IRB.initialize(__FILE__)
|
||||
IRB.setup(__FILE__)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
module IRB
|
||||
|
||||
# initialize config
|
||||
def IRB.initialize(ap_path)
|
||||
def IRB.setup(ap_path)
|
||||
IRB.init_config(ap_path)
|
||||
IRB.init_error
|
||||
IRB.parse_opts
|
||||
|
|
Loading…
Reference in a new issue