Class: Ollama::Utils::Tags

Inherits:
SortedSet
  • Object
show all
Defined in:
lib/ollama/utils/tags.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



4
5
6
# File 'lib/ollama/utils/tags.rb', line 4

def to_s
  map { |t| '#%s' % t } * ' '
end