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