Merge pull request #8374 from bayandin/fix-irb-start

debrew: fix irb start
This commit is contained in:
Alexander Bayandin 2020-08-17 15:28:38 +01:00 committed by GitHub
commit 4508e7c63b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ module IRB
def start_within(binding)
unless @setup_done
setup(nil)
setup(nil, argv: [])
@setup_done = true
end