# File lib/grape/formatter.rb, line 16 def formatters(options) builtin_formmaters.merge(default_elements).merge(options[:formatters] || {}) end