# File lib/flexmock/core.rb, line 126
126:   def respond_to?(sym, *args)
127:     super || (@expectations[sym] ? true : @ignore_missing)
128:   end