Class: LlmClassifier::ContentFetchers::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/llm_classifier/content_fetchers/null.rb

Overview

Null content fetcher that returns nothing

Instance Method Summary collapse

Instance Method Details

#fetch(_source) ⇒ Object



7
8
9
# File 'lib/llm_classifier/content_fetchers/null.rb', line 7

def fetch(_source)
  nil
end