Update rubocop version to 0.57.x (#7078)

Merge pull request 7078
This commit is contained in:
Ralph
2018-06-25 21:43:33 -04:00
committed by jekyllbot
parent 0728ccf08b
commit cb84017bbe
3 changed files with 4 additions and 6 deletions

View File

@@ -15,11 +15,7 @@ module Jekyll
#
# Returns the mutability of the class
def self.mutable(is_mutable = nil)
@is_mutable = if is_mutable
is_mutable
else
false
end
@is_mutable = is_mutable || false
end
def self.mutable?