# File lib/rspec/mocks/mock.rb, line 40 def respond_to?(sym, incl_private=false) __mock_proxy.null_object? && sym != :to_ary ? true : super end