Class: DEBUGGER__::NaiveString

Inherits:
Object
  • Object
show all
Defined in:
lib/debug/server_dap.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ NaiveString

Returns a new instance of NaiveString.



770
771
772
# File 'lib/debug/server_dap.rb', line 770

def initialize str
  @str = str
end

Instance Attribute Details

#strObject (readonly)

Returns the value of attribute str.



769
770
771
# File 'lib/debug/server_dap.rb', line 769

def str
  @str
end