Method: DecoratorDryer::Shortcuts.included

Defined in:
lib/decorator_dryer/shortcuts.rb

.included(klass) ⇒ Object



7
8
9
# File 'lib/decorator_dryer/shortcuts.rb', line 7

def self.included(klass)
  klass.extend(ClassMethods)
end