Class: CallableTree::Node::Root
- Inherits:
-
Object
- Object
- CallableTree::Node::Root
- Includes:
- Hooks::Caller, Hooks::Matcher, Internal
- Defined in:
- lib/callable_tree/node/root.rb
Instance Attribute Summary
Attributes included from CallableTree::Node
Attributes included from Hooks::Matcher
#after_matcher_callbacks, #around_matcher_callbacks, #before_matcher_callbacks
Attributes included from Hooks::Caller
#after_caller_callbacks, #around_caller_callbacks, #before_caller_callbacks
Class Method Summary collapse
Methods included from Internal
#append, #append!, #broadcast, #broadcast!, #broadcast?, #call, #children, #children!, #compose, #compose!, #compose?, #external?, #find, included, #internal?, #match?, #outline, #reject, #reject!, #seek, #seek!, #seek?, #shake, #shake!
Methods included from CallableTree::Node
#ancestors, #call, #depth, #external?, #identity, #internal?, #match?, #outline, #root?, #routes, #terminate?
Methods included from Hooks::Matcher
#after_matcher, #after_matcher!, #around_matcher, #around_matcher!, #before_matcher, #before_matcher!, included, #match?
Methods included from Hooks::Caller
#after_call, #after_call!, #around_call, #around_call!, #before_call, #before_call!, #call, included
Class Method Details
.inherited(subclass) ⇒ Object
10 11 12 |
# File 'lib/callable_tree/node/root.rb', line 10 def self.inherited(subclass) raise ::CallableTree::Error, "#{subclass} cannot inherit #{self}" end |