Use attr_accessor to suppress warning
This commit is contained in:
parent
a21be66fc8
commit
43c39afb8f
@ -255,7 +255,7 @@ class << ENV
|
||||
fetch(key)
|
||||
elsif %w{CPPFLAGS CFLAGS LDFLAGS}.include? key
|
||||
class << (a = "")
|
||||
attr :key, true
|
||||
attr_accessor :key
|
||||
def + value
|
||||
ENV[key] = value
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user