Eliminate innecesary @

This commit is contained in:
Pablo Rodríguez González 2017-01-21 19:59:45 +01:00
parent 99c7ca8310
commit d43b6a8595
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Licensee
private
def license_property
match = @file.content.match LICENSE_REGEX
match = file.content.match LICENSE_REGEX
match[1].downcase if match && match[1]
end
end