# File lib/grape/formatter/txt.rb, line 6 def call(object, env) object.respond_to?(:to_txt) ? object.to_txt : object.to_s end