module Concurrent::Concern::Dereferenceable

def value

Returns:
  • (Object) - the current value of the object
def value
  synchronize { apply_deref_options(@value) }
end