Raises:
30 31 32
# File 'lib/llm_memory/store.rb', line 30 def list raise NotImplementedError, "Each store must implement the 'list' method." end