removed unused method StaticFile::extname
This commit is contained in:
parent
0e52b83b6f
commit
f0cac685de
|
@ -25,10 +25,6 @@ module Jekyll
|
||||||
File.join(*[@base, @dir, @name].compact)
|
File.join(*[@base, @dir, @name].compact)
|
||||||
end
|
end
|
||||||
|
|
||||||
def extname
|
|
||||||
File.extname(path)
|
|
||||||
end
|
|
||||||
|
|
||||||
# Obtain destination path.
|
# Obtain destination path.
|
||||||
#
|
#
|
||||||
# dest - The String path to the destination dir.
|
# dest - The String path to the destination dir.
|
||||||
|
|
Loading…
Reference in New Issue