CompilerFailure: specify attr_rw for version
This commit is contained in:
parent
96b50e013e
commit
ca3ed1e5ff
@ -10,7 +10,7 @@ end
|
|||||||
|
|
||||||
class CompilerFailure
|
class CompilerFailure
|
||||||
attr_reader :compiler, :version
|
attr_reader :compiler, :version
|
||||||
attr_rw :build, :cause
|
attr_rw :build, :version, :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