# File lib/rabl/engine.rb, line 237
    def respond_to?(name, include_private=false)
      context_scope.respond_to?(name, include_private) ? true : super
    end