Class: DEBUGGER__::NaiveString
Instance Attribute Summary collapse
-
#str ⇒ Object
readonly
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(str) ⇒ NaiveString
constructor
A new instance of NaiveString.
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
#str ⇒ Object (readonly)
Returns the value of attribute str.
727 728 729 |
# File 'lib/debug/server_dap.rb', line 727 def str @str end |