class DEBUGGER__::NaiveString
Attributes
str[R]
Public Class Methods
new(str)
click to toggle source
# File debug-1.9.2/lib/debug/server_dap.rb, line 770 def initialize str @str = str end