lib/dap/scopes_response_body.rb in ruby-dap-0.1.2 vs lib/dap/scopes_response_body.rb in ruby-dap-0.1.3

- old
+ new

@@ -1,6 +1,7 @@ require_relative 'scope' +# Response to ‘scopes’ request. class DAP::ScopesResponseBody < DAP::Base # The scopes of the stackframe. If the array has length zero, there are no scopes available. property :scopes, as: many(DAP::Scope) end