lib/TVML/element/section.rb

Summary

Maintainability
A
0 mins
Test Coverage
module TVML
  module Element
    class Section < CollectionElement
    end
  end
end