mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
removed usage of keyword as variable
this was done mainly to fix annoying syntax highlighting
This commit is contained in:
@@ -86,8 +86,8 @@ module Linguist
|
|||||||
protected
|
protected
|
||||||
|
|
||||||
# Returns true if the attribute is present and not the string "false".
|
# Returns true if the attribute is present and not the string "false".
|
||||||
def boolean_attribute(attr)
|
def boolean_attribute(attrbute)
|
||||||
attr != "false"
|
attribute != "false"
|
||||||
end
|
end
|
||||||
|
|
||||||
def load_blob!
|
def load_blob!
|
||||||
|
|||||||
Reference in New Issue
Block a user