Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed Feb 8, 2009
1 parent 7998005 commit da76de5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README
@@ -1,10 +1,10 @@
= LineCache - A module to read and cache lines of a Ruby program.
= LineCache - A module to read and cache file information of a Ruby program.

== SYNOPSIS

The LineCache module allows one to get any line from any file,
caching lines of the file on first access to the file. Although the
file may be any file, the common use is when the file is a Ruby
The LineCache module allows one to get any line from any file, caching
the lines and file information on first access to the file. Although
the file may be any file, the common use is when the file is a Ruby
script since parsing of the file is done to figure out where the
statement boundaries are.

Expand Down

0 comments on commit da76de5

Please sign in to comment.