[前][次][番号順一覧][スレッド一覧]

ruby-changes:68135

From: aycabta <ko1@a...>
Date: Mon, 27 Sep 2021 03:23:50 +0900 (JST)
Subject: [ruby-changes:68135] 5c0636bda4 (master): [ruby/irb] Add a space before left paren

https://git.ruby-lang.org/ruby.git/commit/?id=5c0636bda4

From 5c0636bda4a2abf71dbb8a4e398f002d5c2079c2 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 27 Sep 2021 03:03:20 +0900
Subject: [ruby/irb] Add a space before left paren

https://github.com/ruby/irb/commit/973bac83ff
---
 lib/irb.rb              | 2 +-
 lib/irb/lc/help-message | 2 +-
 man/irb.1               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/irb.rb b/lib/irb.rb
index 665f67b..0cad6a0 100644
--- a/lib/irb.rb
+++ b/lib/irb.rb
@@ -62,7 +62,7 @@ require_relative "irb/easter-egg" https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L62
 #     -W[level=2]       Same as `ruby -W`
 #     --context-mode n  Set n[0-4] to method to create Binding Object,
 #                       when new workspace was created
-#     --echo            Show result(default)
+#     --echo            Show result (default)
 #     --noecho          Don't show result
 #     --inspect         Use `inspect' for output
 #     --noinspect       Don't use inspect for output
diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message
index 30f4994..fe9e324 100644
--- a/lib/irb/lc/help-message
+++ b/lib/irb/lc/help-message
@@ -20,7 +20,7 @@ Usage:  irb.rb [options] [programfile] [arguments] https://github.com/ruby/ruby/blob/trunk/lib/irb/lc/help-message#L20
   -W[level=2]       Same as `ruby -W`
   --context-mode n  Set n[0-4] to method to create Binding Object,
                     when new workspace was created
-  --echo            Show result(default)
+  --echo            Show result (default)
   --noecho          Don't show result
   --inspect         Use `inspect' for output
   --noinspect       Don't use inspect for output
diff --git a/man/irb.1 b/man/irb.1
index a7f2ce4..113b986 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -106,7 +106,7 @@ Doesn't use singleline editor module. https://github.com/ruby/ruby/blob/trunk/man/irb.1#L106
 .Pp
 .Pp
 .It Fl -echo
-Show result(default).
+Show result (default).
 .Pp
 .It Fl -noecho
 Don't show result.
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]