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