class Grape::Formatter::Txt

def self.call(object, _env)

def self.call(object, _env)
  object.respond_to?(:to_txt) ? object.to_txt : object.to_s
end