Class: ApacheAge::Path::PathResult
- Inherits:
-
Array
- Object
- Array
- ApacheAge::Path::PathResult
- Defined in:
- lib/apache_age/path.rb
Overview
PathResult is a custom Array subclass that adds to_rich_h convenience method
Instance Method Summary collapse
Instance Method Details
#to_rich_h ⇒ Object
233 234 235 |
# File 'lib/apache_age/path.rb', line 233 def to_rich_h map(&:to_rich_h) end |