class Indexter::Formatters::Hash

Public Instance Methods

format(payload) click to toggle source
# File lib/indexter/formatters/hash.rb, line 5
def format(payload)
  payload
end