Method: Pantheios::API#trace_b
- Defined in:
- lib/pantheios/api.rb
#trace_b(b, &block) ⇒ Object
124 125 126 127 128 129 |
# File 'lib/pantheios/api.rb', line 124 def trace_b b, &block return nil unless tracing? ::Pantheios::Core.trace_v_impl(self, 1, ApplicationLayer::ParamNameList[*b.local_variables], :trace, b.local_variables.map { |lv| b.local_variable_get(lv) }, &block) end |