APIdock / Ruby
/
Browse About
method

debug?

v1_9_3_392 - Show latest stable - Class: IRB::Context
debug?()
public

No documentation available.

# File lib/irb/context.rb, line 248
    def debug?
      @debug_level > 0
    end

Related methods

  • Instance methods
  • __exit__
  • __inspect__
  • __to_s__
  • _set_last_value
  • change_workspace
  • debug?
  • debug_level=
  • eval_history=
  • evaluate
  • exit
  • file_input?
  • history_file
  • history_file=
  • home_workspace
  • init_save_history
  • inspect
  • inspect?
  • inspect_last_value
  • inspect_mode=
  • irb_level
  • main
  • math_mode=
  • pop_workspace
  • prompt_mode=
  • prompting?
  • push_workspace
  • save_history
  • save_history=
  • set_last_value
  • to_s
  • use_loader
  • use_loader=
  • use_loader?
  • use_readline=
  • use_tracer=
  • verbose?
  • workspaces
  • Class methods
  • new
APIdock API Documentation Browser

© 2026 APIdock