Page#write? shouldn't freeze 'true'

This commit is contained in:
Parker Moore
2016-01-18 15:33:58 -08:00
parent 2d5feab2ae
commit e75d703806

View File

@@ -168,7 +168,7 @@ module Jekyll
end
def write?
true.freeze
true
end
end
end