# File lib/flexmock/undefined.rb, line 18 18: def method_missing(sym, *args, &block) 19: self 20: end