Closed dgsuarez closed 7 years ago
The following case illustrates the issue
class A module A; end module B def to_s ::A # This is resolved to be ::A::A, not ::A end end end
Solved
The following case illustrates the issue