module Outpost::Aggregator

Constants

VERSION

Public Class Methods

array_to_simple_json(array) click to toggle source
# File lib/outpost/aggregator.rb, line 17
def self.array_to_simple_json(array)
  Array(array).map(&:simple_json)
end