Reword code-comment to reflect the implementation
This commit is contained in:
parent
cca639dcc3
commit
25898f8d9d
|
@ -9,10 +9,9 @@ module Jekyll
|
||||||
@unfiltered_content = []
|
@unfiltered_content = []
|
||||||
end
|
end
|
||||||
|
|
||||||
# Read all the files in <source>/<dir>/ for Yaml header and create a new Page
|
# Create a new StaticFile object for every entry in a given list of basenames.
|
||||||
# object for each file.
|
|
||||||
#
|
#
|
||||||
# dir - The String relative path of the directory to read.
|
# files - an array of file basenames.
|
||||||
#
|
#
|
||||||
# Returns an array of static files.
|
# Returns an array of static files.
|
||||||
def read(files)
|
def read(files)
|
||||||
|
|
Loading…
Reference in New Issue