module TurboTest::ConstantTracer::Equality

Public Instance Methods

==(other) click to toggle source
Calls superclass method
# 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