spec/handlers/examples/class_handler_001.rb.txt in yard-0.7.5 vs spec/handlers/examples/class_handler_001.rb.txt in yard-0.8.0
- old
+ new
@@ -1,9 +1,9 @@
# Docstring
class A
module B; end
private
- class B::C < String;
+ class B::C < String;
def method1; end
def method2; end
end
class X<B::C
end