Sha256: e1f5323f4bb0343f2200bac9ea17fdee530725f91c50069c21bdbafd12cec68f
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
require_relative 'source' # The event indicates that some source has been added, changed, or removed from # the set of all loaded sources. class DAP::LoadedSourceEventBody < DAP::Base # The reason for the event. # Values: 'new', 'changed', 'removed', etc. property :reason, as: 'string' # The new, changed, or removed source. property :source, as: DAP::Source end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dap-0.1.3 | lib/dap/loaded_source_event_body.rb |