class DEBUGGER__::NaiveString

Attributes

str[R]

Public Class Methods

new(str) click to toggle source
# File debug-1.7.1/lib/debug/server_dap.rb, line 728
def initialize str
  @str = str
end