module DCI::Accessor

Public Instance Methods

context() click to toggle source
# File lib/dci/accessor.rb, line 4
def context
  Thread.current[:context]
end
context_events() click to toggle source
# File lib/dci/accessor.rb, line 8
def context_events
  Thread.current[:context_events]
end