Module: Grape::Formatter::Txt
- Defined in:
- lib/grape/formatter/txt.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) call(object, env)
6 7 8 |
# File 'lib/grape/formatter/txt.rb', line 6 def call(object, env) object.respond_to?(:to_txt) ? object.to_txt : object.to_s end |