# File lib/grape/api.rb, line 98 def respond_to_missing?(method, include_private = false) base_instance.respond_to?(method, include_private) end