Class: WahWah::Ogg::Pages
- Inherits:
-
Object
- Object
- WahWah::Ogg::Pages
- Includes:
- Enumerable
- Defined in:
- lib/wahwah/ogg/pages.rb
Instance Method Summary collapse
- #each ⇒ Object
-
#initialize(file_io) ⇒ Pages
constructor
A new instance of Pages.
Constructor Details
#initialize(file_io) ⇒ Pages
Returns a new instance of Pages.
8 9 10 |
# File 'lib/wahwah/ogg/pages.rb', line 8 def initialize(file_io) @file_io = file_io end |