Method: EleetScript::BaseContext#root_ns

Defined in:
lib/lang/runtime/context.rb

#root_nsObject



30
31
32
# File 'lib/lang/runtime/context.rb', line 30

def root_ns
  @parent_context ? @parent_context.root_ns : nil
end