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