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