method
execute
ruby latest stable - Class:
IRB::ExtendCommand::Workspaces
execute(*obj)public
No documentation available.
# File lib/irb/cmd/pushws.rb, line 18
def execute(*obj)
irb_context.workspaces.collect{|ws| ws.main}
end