module TurboTest::ConstantTracer::CaseEquality

Public Instance Methods

===(other) click to toggle source
Calls superclass method
# File lib/turbo_test_constant_tracer/constructor.rb, line 42
def ===(other)
  if other.respond_to?(:turbo_test_proxied_class)
    other = (other.turbo_test_proxied_class || other)
  end
  super
end