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_a ⇒ Object
5 6 7 |
# File 'lib/ollama/utils/tags.rb', line 5 def to_a super.map(&:to_s) end |
#to_s ⇒ Object
9 10 11 |
# File 'lib/ollama/utils/tags.rb', line 9 def to_s map { |t| '#%s' % t } * ' ' end |