class Outil::Decorators::Register
Public Instance Methods
call(this, *args, &blk)
click to toggle source
# 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