class IRB::Command::CurrentWorkingWorkspace

def execute(_arg)

def execute(_arg)
  puts "Current workspace: #{irb_context.main}"
end