krists/id3tag

View on GitHub
lib/id3tag/frames/v2/involved_people_list_frame.rb

Summary

Maintainability
A
0 mins
Test Coverage
module  ID3Tag
  module Frames
    module  V2
      class InvolvedPeopleListFrame < TextFrame
      end
    end
  end
end