Class: ApacheAge::Path::PathResult

Inherits:
Array
  • Object
show all
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_hObject



233
234
235
# File 'lib/apache_age/path.rb', line 233

def to_rich_h
  map(&:to_rich_h)
end