method

home_workspace

v1_8_6_287 - Show latest stable - Class: IRB::Context
home_workspace()
public

No documentation available.

# File lib/irb/ext/change-ws.rb, line 16
    def home_workspace
      if defined? @home_workspace
        @home_workspace
      else
        @home_workspace = @workspace
      end
    end