In Files

    • io.c

    Parent

    Class/Module Index [+]

    Quicksearch
    No matching classes.

    EOFError

    Raised by some operations when reaching the end of file. Many methods exist in two forms,

    one that returns nil when the end of file is reached, the other raises EOFError.

    EOFError is a subclass of IOError.

    file = File.open("/etc/hosts")
    file.read
    file.gets #=> nil
    file.readline #=> EOFError: end of file reached
    

    This page was generated for Ruby

    is a service of and , an erratic source of art, music, and technology.

    Generated with Ruby-doc Rdoc Generator 0.44.0.