Class: Theatre::ActorNamespaceManager::RootNamespaceNode

Inherits:
NamespaceNode
  • Object
show all
Defined in:
lib/theatre/namespace_manager.rb

Instance Attribute Summary

Attributes inherited from NamespaceNode

#name

Instance Method Summary collapse

Methods inherited from NamespaceNode

#callbacks, #child_named, #delete_callback, #destroy_namespace, #register_callback, #register_namespace_name

Constructor Details

#initializeRootNamespaceNode

Returns a new instance of RootNamespaceNode.



137
138
139
# File 'lib/theatre/namespace_manager.rb', line 137

def initialize
  super :ROOT
end

Instance Method Details

#root?Boolean

Returns:

  • (Boolean)


140
141
142
# File 'lib/theatre/namespace_manager.rb', line 140

def root?
  true
end