# File lib/flexmock.rb, line 122
122:   def respond_to?(sym)
123:     super || (@expectations[sym] ? true : @ignore_missing)
124:   end