Class: Aozora::LoopFile

Inherits:
File
  • Object
show all
Defined in:
lib/aozora/loop_file.rb

Instance Method Summary collapse

Instance Method Details

#getcObject



3
4
5
6
7
8
# File 'lib/aozora/loop_file.rb', line 3

def getc
  super || begin
    rewind
    super
  end
end