Method: Mocha::ClassMethod#define_new_method
- Defined in:
- lib/mocha/class_method.rb
#define_new_method ⇒ Object
39 40 41 42 43 44 45 |
# File 'lib/mocha/class_method.rb', line 39 def define_new_method stubbee..class_eval(%{ def #{method}(*args, &block) mocha.method_missing(:#{method}, *args, &block) end }, __FILE__, __LINE__) end |