class Exception
Public Instance Methods
bindings()
click to toggle source
static VALUE bx_exc_bindings(VALUE self) { VALUE bindings = rb_attr_get(self, id_bindings); if (NIL_P(bindings)) { bindings = rb_ary_new(); } return bindings; }