spec/handlers/examples/attribute_handler_001.rb.txt in yard-0.5.2 vs spec/handlers/examples/attribute_handler_001.rb.txt in yard-0.5.3
- old
+ new
@@ -14,6 +14,14 @@
attr_reader :b, :c, :d
attr_writer :e
attr_accessor 'f'
attr_accessor :z
+end
+
+class C
+ def foo; end
+ attr_writer :foo
+
+ def bar=(value); end
+ attr_reader :bar
end
\ No newline at end of file