Module: Rails::Paths::PathParent
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children.
6 7 8 |
# File 'lib/rails/paths.rb', line 6 def children @children end |