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.
770 771 772 |
# File 'lib/debug/server_dap.rb', line 770 def initialize str @str = str end |
Instance Attribute Details
#str ⇒ Object (readonly)
Returns the value of attribute str.
769 770 771 |
# File 'lib/debug/server_dap.rb', line 769 def str @str end |