Module: Troo::DecoratorHelpers

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



32
33
34
35
# File 'lib/troo/helpers/decorator_helpers.rb', line 32

def self.included(receiver)
  receiver.extend(ClassMethods)
  receiver.send(:include, InstanceMethods)
end