I mean the argument and the local variable should be the same thing

This commit is contained in:
Parker Moore 2013-12-06 01:07:34 -05:00
parent 5591ff2a6b
commit e91db82d26
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ module Jekyll
end end
end end
def plugin_allowed?(name) def plugin_allowed?(gem_name)
whitelist.include?(gem_name) || !self.safe whitelist.include?(gem_name) || !self.safe
end end