= private = protected
lineno()
The line number of the last row read from this file.
static VALUE rb_gzfile_lineno(VALUE obj) { return INT2NUM(get_gzfile(obj)->lineno); }