Class: TagLib::StringList
- Inherits:
-
Object
- Object
- TagLib::StringList
- Defined in:
- lib/TagLib_doc.rb
Overview
A list of strings. .
This is a spcialization of the List class with some members convention for string operations.
Instance Method Summary collapse
Instance Method Details
#contains ⇒ Object
134 135 |
# File 'lib/TagLib_doc.rb', line 134 def contains() end |
#isEmpty ⇒ Object
136 137 |
# File 'lib/TagLib_doc.rb', line 136 def isEmpty() end |
#size ⇒ Object
132 133 |
# File 'lib/TagLib_doc.rb', line 132 def size() end |