Module: TurboTest::ConstantTracer::Klass::ClassMethods
- Included in:
- Regexp
- Defined in:
- lib/turbo_test_constant_tracer/klass.rb
Instance Attribute Summary collapse
-
#turbo_test_proxied_class ⇒ Object
Returns the value of attribute turbo_test_proxied_class.
Instance Method Summary collapse
Instance Attribute Details
#turbo_test_proxied_class ⇒ Object
Returns the value of attribute turbo_test_proxied_class.
36 37 38 |
# File 'lib/turbo_test_constant_tracer/klass.rb', line 36 def turbo_test_proxied_class @turbo_test_proxied_class end |
Instance Method Details
#==(other) ⇒ Object
38 39 40 |
# File 'lib/turbo_test_constant_tracer/klass.rb', line 38 def ==(other) turbo_test_proxied_class == other end |