# File lib/web_console/integration/rubinius.rb, line 57
  def raise_exception_with_current_bindings(exc)
    if exc.bindings.empty?
      exc.instance_variable_set(:@bindings, WebConsole::Rubinius.current_bindings)
    end

    raise_exception_without_current_bindings(exc)
  end