Method: Needle::Container#parent
- Defined in:
- lib/needle/container.rb
#parent ⇒ Object (readonly)
The container that contains this container. This will be nil for the root of a hierarchy (see Registry).
34 35 36 |
# File 'lib/needle/container.rb', line 34 def parent @parent end |