Class: XMLTV::Progdata
- Inherits:
-
Hash
- Object
- Hash
- XMLTV::Progdata
- Defined in:
- lib/xmltv/xmltv.rb
Class Method Summary collapse
Class Method Details
.new ⇒ Object
95 96 97 |
# File 'lib/xmltv/xmltv.rb', line 95 def self.new super {|h,v| h[v] = Hash.new } end |