Libraries
»
zipf
(1.2.4)
»
Index
»
ReadFile
»
#gets
Method: ReadFile#gets
Defined in:
lib/zipf/fileutil.rb
#
gets
⇒
Object
17 18 19
# File 'lib/zipf/fileutil.rb', line 17
def
gets
@f
.
gets
{
|
line
|
yield
line
}
end