Exception: Exception
- Defined in:
- lib/ruby-debug-base.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#__debug_binding ⇒ Object
readonly
Returns the value of attribute __debug_binding.
-
#__debug_context ⇒ Object
readonly
Returns the value of attribute __debug_context.
-
#__debug_file ⇒ Object
readonly
Returns the value of attribute __debug_file.
-
#__debug_line ⇒ Object
readonly
Returns the value of attribute __debug_line.
Instance Attribute Details
#__debug_binding ⇒ Object (readonly)
Returns the value of attribute __debug_binding.
266 267 268 |
# File 'lib/ruby-debug-base.rb', line 266 def __debug_binding @__debug_binding end |
#__debug_context ⇒ Object (readonly)
Returns the value of attribute __debug_context.
266 267 268 |
# File 'lib/ruby-debug-base.rb', line 266 def __debug_context @__debug_context end |
#__debug_file ⇒ Object (readonly)
Returns the value of attribute __debug_file.
266 267 268 |
# File 'lib/ruby-debug-base.rb', line 266 def __debug_file @__debug_file end |
#__debug_line ⇒ Object (readonly)
Returns the value of attribute __debug_line.
266 267 268 |
# File 'lib/ruby-debug-base.rb', line 266 def __debug_line @__debug_line end |