module TurboTest::ConstantTracer::Klass::ClassMethods

Attributes

turbo_test_proxied_class[RW]

Public Instance Methods

==(other) click to toggle source
# File lib/turbo_test_constant_tracer/klass.rb, line 38
def ==(other)
  turbo_test_proxied_class == other
end