зеркало из https://github.com/github/markup.git
Remove filesystem access
This commit is contained in:
Родитель
b8b14ecd91
Коммит
165860dda0
|
@ -40,10 +40,7 @@ module GitHub
|
|||
end
|
||||
end
|
||||
|
||||
def render(filename, content = nil, symlink = nil)
|
||||
content ||= File.read(filename)
|
||||
symlink = (File.symlink?(filename) rescue false) if symlink.nil?
|
||||
|
||||
def render(filename, content, symlink = false)
|
||||
if impl = renderer(filename, content, symlink)
|
||||
impl.render(filename, content)
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче