class Ougai::Formatters::Readable

def create_data_str(data)

def create_data_str(data)
  return nil if data.empty?
  data.ai({ plain: @plain })
end