Class: Aozora::LoopFile
- Inherits:
-
File
- Object
- File
- Aozora::LoopFile
- Defined in:
- lib/aozora/loop_file.rb
Instance Method Summary collapse
Instance Method Details
#getc ⇒ Object
3 4 5 6 7 8 |
# File 'lib/aozora/loop_file.rb', line 3 def getc super || begin rewind super end end |