Class: YDIM::RootUser

Inherits:
RRBA::User
  • Object
show all
Defined in:
lib/ydim/root_user.rb

Instance Method Summary collapse

Instance Method Details

#new_sessionObject



10
11
12
# File 'lib/ydim/root_user.rb', line 10

def new_session
	ODBA::DRbWrapper.new(RootSession.new(self))
end