File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
spec/truffle/tags/core/module Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ fails:Module#attr_accessor converts non string/symbol/fixnum names to strings us
44fails:Module#attr_accessor raises a TypeError when the given names can't be converted to strings using to_str
55fails:Module#attr_accessor applies current visibility to methods created
66fails:Module#attr_accessor is a private method
7+ fails(2.2 change):Module#attr_accessor allows creating an attr_accessor on an immediate class
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ fails:Module#attr_reader converts non string/symbol/fixnum names to strings usin
44fails:Module#attr_reader raises a TypeError when the given names can't be converted to strings using to_str
55fails:Module#attr_reader applies current visibility to methods created
66fails:Module#attr_reader is a private method
7+ fails(2.2 change):Module#attr_reader allows for adding an attr_reader to an immediate
Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ fails:Module#attr_writer converts non string/symbol/fixnum names to strings usin
44fails:Module#attr_writer raises a TypeError when the given names can't be converted to strings using to_str
55fails:Module#attr_writer applies current visibility to methods created
66fails:Module#attr_writer is a private method
7+ fails(2.2 change):Module#attr_writer allows for adding an attr_writer to an immediate
You can’t perform that action at this time.
0 commit comments