Module: CloseEnough::Extensions
- Included in:
- Object
- Defined in:
- lib/close_enough/extensions.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
29 30 31 32 |
# File 'lib/close_enough/extensions.rb', line 29 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |