Remove attr_rw for CompilerFailure version attribute
This reverts commit 7db9ef9650a44ef8155bf66efd88703e580057b0.
This commit is contained in:
parent
ca3ed1e5ff
commit
e92fa147b3
@ -10,7 +10,7 @@ end
|
|||||||
|
|
||||||
class CompilerFailure
|
class CompilerFailure
|
||||||
attr_reader :compiler, :version
|
attr_reader :compiler, :version
|
||||||
attr_rw :build, :version, :cause
|
attr_rw :build, :cause
|
||||||
|
|
||||||
def initialize compiler, &block
|
def initialize compiler, &block
|
||||||
# Non-Apple compilers are in the format fails_with compiler => version
|
# Non-Apple compilers are in the format fails_with compiler => version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user