method
home_workspace
home_workspace()
public
Hide source
# File lib/irb/ext/change-ws.rb, line 15 def home_workspace if defined? @home_workspace @home_workspace else @home_workspace = @workspace end end