module Wildsight::Context

Public Class Methods

detect(thread = Thread.current) click to toggle source
# File lib/wildsight/context/context.rb, line 4
def self.detect(thread = Thread.current)
  thread.thread_variable_get('wildsight.context') || Wildsight::Agent.default.unknown_context
end