Module: UberTask::Internal
- Defined in:
- lib/uber_task/internal.rb,
lib/uber_task/internal/path.rb
Defined Under Namespace
Modules: Path
Class Method Summary collapse
Class Method Details
.trace ⇒ Object
5 6 7 8 9 |
# File 'lib/uber_task/internal.rb', line 5 def self.trace return unless Thread.current[:__uber_task_trace__] UberTask.logger.debug yield end |