class ActiveSupport::CurrentAttributes

def compute_attributes(keys)

def compute_attributes(keys)
  keys.index_with { |key| public_send(key) }
end