module RSpec::Core::Extensions::ModuleEvalWithArgs

def self.method_missing(*a); end

we only care to capture the raw method definitions here.
swallow any missing class method errors;
def self.method_missing(*a); end