class Indexter::Formatters::Json

Public Instance Methods

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