method
execute
v1_9_1_378 -
Show 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