Module: Haberdasher::Decoratoratable
- Defined in:
- lib/haberdasher/decoratoratable.rb
Instance Method Summary collapse
Instance Method Details
#decorate ⇒ Object
5 6 7 |
# File 'lib/haberdasher/decoratoratable.rb', line 5 def decorate decorator_class.new self end |
#decorator_class ⇒ Object
9 10 11 |
# File 'lib/haberdasher/decoratoratable.rb', line 9 def decorator_class "#{self.class}Decorator".constantize end |