Class: Mulder::Formats::Human

Inherits:
Base
  • Object
show all
Defined in:
lib/mulder/formats/human.rb

Instance Attribute Summary

Attributes inherited from Base

#instances

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Mulder::Formats::Base

Instance Method Details

#outputObject



7
8
9
# File 'lib/mulder/formats/human.rb', line 7

def output
  ap instances.collect(&:as_hash), { index: false, sort: true }
end