Sha256: a34891b1cb4f829ac4515f3a4627a347d95de9c2d0bd012981a09c12a48a016f

Contents?: true

Size: 306 Bytes

Versions: 3

Compression:

Stored size: 306 Bytes

Contents

class DAP::ExceptionPathSegment < DAP::Base
  # If false or missing this segment matches the names provided, otherwise it matches anything except the names provided.
  property :negate, required: false

  # Depending on the value of 'negate' the names that should match or not match.
  property :names
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-dap-0.1.2 lib/dap/exception_path_segment.rb
ruby-dap-0.1.1 lib/dap/exception_path_segment.rb
ruby-dap-0.1.0 lib/dap/exception_path_segment.rb