Module: BottledDecorator::ClassMethods
- Defined in:
- lib/bottled_decorators/bottled_decorator.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
21 22 23 |
# File 'lib/bottled_decorators/bottled_decorator.rb', line 21 def call(*args) new(*args) end |