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.



728
729
730
# File 'lib/debug/server_dap.rb', line 728

def initialize str
  @str = str
end

Instance Attribute Details

#strObject (readonly)

Returns the value of attribute str.



727
728
729
# File 'lib/debug/server_dap.rb', line 727

def str
  @str
end