Class: Ollama::Utils::Tags
- Inherits:
-
SortedSet
- Object
- SortedSet
- Ollama::Utils::Tags
- Defined in:
- lib/ollama/utils/tags.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# File 'lib/ollama/utils/tags.rb', line 4 def to_s map { |t| '#%s' % t } * ' ' end |