Module: Fleakr::Support::Object

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(other) ⇒ Object



111
112
113
114
# File 'lib/fleakr/support/object.rb', line 111

def self.included(other)
  other.send(:extend, Fleakr::Support::Object::ClassMethods)
  other.send(:include, Fleakr::Support::Object::InstanceMethods)
end