# File lib/flexmock/core.rb, line 113 113: def respond_to?(sym) 114: super || (@expectations[sym] ? true : @ignore_missing) 115: end