Make the trace method globally available:
274 275 276
# File 'lib/tracing.rb', line 274 def trace *args, &block (Tracing.tracer ||= Tracing::Tracer.new).trace(*args, &block) end