Class: TagLib::StringList

Inherits:
Object
  • Object
show all
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

#containsObject



134
135
# File 'lib/TagLib_doc.rb', line 134

def contains()
end

#isEmptyObject



136
137
# File 'lib/TagLib_doc.rb', line 136

def isEmpty()
end

#sizeObject



132
133
# File 'lib/TagLib_doc.rb', line 132

def size()
end