Class: Outil::Decorators::Register
- Inherits:
-
RubyDecorators::Decorator
- Object
- RubyDecorators::Decorator
- Outil::Decorators::Register
- Defined in:
- lib/outil/decorators.rb
Instance Method Summary collapse
Instance Method Details
#call(this, *args, &blk) ⇒ Object
6 7 8 9 |
# File 'lib/outil/decorators.rb', line 6 def call(this, *args, &blk) Outil::Workspace.scan *this.source_location << this.name this.call(*args, &blk) end |