class IRB::Command::PopWorkspace

def execute(_arg)

def execute(_arg)
  irb_context.pop_workspace
  super
end