Sha256: 0c26e8055e49a5f615206a91035d951aa834af48bd8af1bcfe6d9c9d26f18bff
Contents?: true
Size: 270 Bytes
Versions: 97
Compression:
Stored size: 270 Bytes
Contents
module NFO class Folder < ORE::Proxy include NIE::InformationElement include NFO::Common def initialize(proxy_for_uri, context_uri, *args) super(proxy_for_uri, context_uri, *args) self.get_values(:type) << RDF::NFO[:"#Folder"] end end end
Version data entries
97 entries across 97 versions & 2 rubygems