class Delegator
Public Class Methods
delegating_block_with_binding_for_ruby(mid)
click to toggle source
:nocov:
# File lib/turbo_test_constant_tracer/delegator.rb, line 8 def Delegator.delegating_block_with_binding_for_ruby(mid) if RUBY_VERSION >= "2.7" Delegator.delegating_block_with_binding_ruby_27(mid) else Delegator.delegating_block_with_binding(mid) end end