# File lib/grape/parser/base.rb, line 15 def parser_for(api_format, options = {}) spec = parsers(options)[api_format] case spec when nil nil when Symbol method(spec) else spec end end
# File lib/grape/parser/base.rb, line 11 def parsers(options) PARSERS.merge(options[:parsers] || {}) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.