class Concurrent::Transaction

def self.current

def self.current
  Thread.current[:current_tvar_transaction]
end