Sha256: 685e184d4798c8e2c20441dc5c75b8718d82de997cf677158aa9d2f0ac12296d
Contents?: true
Size: 207 Bytes
Versions: 5
Compression:
Stored size: 207 Bytes
Contents
module WebConsole class BindingTracer def initialize(exception) @bindings = exception.bindings @backtrace = exception.backtrace end def binding_for_trace(trace) end end end
Version data entries
5 entries across 5 versions & 2 rubygems