Module: Smartmock::Next
- Defined in:
- lib/smartmock/helpers.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
41 42 43 44 |
# File 'lib/smartmock/helpers.rb', line 41 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |