Module: TurboTest::ConstantTracer::Equality

Defined in:
lib/turbo_test_constant_tracer/constructor.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



51
52
53
54
55
56
# File 'lib/turbo_test_constant_tracer/constructor.rb', line 51

def ==(other)
  if other.respond_to?(:turbo_test_proxied_class)
    other = (other.turbo_test_proxied_class || other)
  end
  super
end