mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 08:48:01 -05:00
Rubocop: lib/jekyll/readers/static_file_reader.rb
This commit is contained in:
@@ -14,7 +14,9 @@ module Jekyll
|
||||
#
|
||||
# Returns an array of static files.
|
||||
def read(files)
|
||||
files.map { |file| @unfiltered_content << StaticFile.new(@site, @site.source, @dir, file) }
|
||||
files.map do |file|
|
||||
@unfiltered_content << StaticFile.new(@site, @site.source, @dir, file)
|
||||
end
|
||||
@unfiltered_content
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user