39 40 41
# File 'lib/artdeco.rb', line 39 def decorate model, *args Decorator.new(*args).decorate(model) end