Page#write? shouldn't freeze 'true'
This commit is contained in:
parent
2d5feab2ae
commit
e75d703806
|
@ -168,7 +168,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
|
|
||||||
def write?
|
def write?
|
||||||
true.freeze
|
true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue