You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semi-related to #885 ... endless methods absolutely break class/namespace tracking:
classCdefinitialize=nil# :nodoc:endclassDdefinitialize=nil# :nodoc:endclassEdefinitialize=nil# :nodoc:end
__END__
The following items are not documented:
In files:
* wtf.rb
class C
end
In files:
* wtf.rb
class C::D
end
In files:
* wtf.rb
class C::D::E
end