removed usage of keyword as variable

this was done mainly to fix annoying syntax highlighting
This commit is contained in:
Syed Humza Shah
2015-12-18 01:27:58 +00:00
parent 00a436f175
commit 97afedd861

View File

@@ -86,8 +86,8 @@ module Linguist
protected
# Returns true if the attribute is present and not the string "false".
def boolean_attribute(attr)
attr != "false"
def boolean_attribute(attrbute)
attribute != "false"
end
def load_blob!