[ruby/rdoc] Singleton method visibility should be isolated
Each singleton method definition of the form def recv.method has visibility separate from the outer scope and is set to public by default.
def recv.method
public
https://github.com/ruby/rdoc/commit/810913a7ea
[ruby/rdoc] Singleton method visibility should be isolated
Each singleton method definition of the form
def recv.methodhasvisibility separate from the outer scope and is set to
publicbydefault.
https://github.com/ruby/rdoc/commit/810913a7ea