ruby-changes:72969
From: git <ko1@a...>
Date: Fri, 19 Aug 2022 02:26:05 +0900 (JST)
Subject: [ruby-changes:72969] 59da26789f (master): * remove trailing spaces. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=59da26789f From 59da26789f11dfa56a029a72210998cdd2f84174 Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Fri, 19 Aug 2022 02:25:54 +0900 Subject: * remove trailing spaces. [ci skip] --- misc/lldb_rb/commands/command_template.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/lldb_rb/commands/command_template.py b/misc/lldb_rb/commands/command_template.py index 843b66398f..8d46f14159 100644 --- a/misc/lldb_rb/commands/command_template.py +++ b/misc/lldb_rb/commands/command_template.py @@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/misc/lldb_rb/commands/command_template.py#L3 # 1. Copy it and rename the copy so it ends with `_command.py`. # 2. Rename the class to something descriptive that ends with Command. # 3. Change the program variable to be a descriptive command name -# 4. Ensure you are inheriting from RbBaseCommand or another command that +# 4. Ensure you are inheriting from RbBaseCommand or another command that # implements the same interfact import lldb @@ -23,8 +23,8 @@ class TestCommand(RbBaseCommand): https://github.com/ruby/ruby/blob/trunk/misc/lldb_rb/commands/command_template.py#L23 # call is where our command logic will be implemented def call(self, debugger, command, exe_ctx, result): # This method will be called once the LLDB environment has been setup. - # You will have access to self.target, self.process, self.frame, and + # You will have access to self.target, self.process, self.frame, and # self.thread - # + # # This is where we should implement our command logic pass -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/