[Source]
# File lib/irb/cmd/subirb.rb, line 20 20: def execute(*obj) 21: IRB.irb(nil, *obj) 22: end
[Validate]