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

- old
+ new

@@ -1,4 +1,5 @@ +# Arguments for ‘restartFrame’ request. class DAP::RestartFrameArguments < DAP::Base # Restart this stackframe. - property :frameId + property :frameId, as: 'number' end