mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-29 00:38:03 -05:00
Page#write? shouldn't freeze 'true'
This commit is contained in:
@@ -168,7 +168,7 @@ module Jekyll
|
||||
end
|
||||
|
||||
def write?
|
||||
true.freeze
|
||||
true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user