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

ruby-changes:68387

From: aycabta <ko1@a...>
Date: Mon, 11 Oct 2021 20:34:41 +0900 (JST)
Subject: [ruby-changes:68387] dcaaf79ca0 (master): [ruby/irb] Add periods to doc

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

From dcaaf79ca06a1825a0e489d1c9d188d8c0d6f36f Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 11 Oct 2021 20:34:01 +0900
Subject: [ruby/irb] Add periods to doc

https://github.com/ruby/irb/commit/6330601629
---
 lib/irb/context.rb | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/irb/context.rb b/lib/irb/context.rb
index 9c18b5d6e3..31d4126e5c 100644
--- a/lib/irb/context.rb
+++ b/lib/irb/context.rb
@@ -148,18 +148,18 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/context.rb#L148
 
     # The toplevel workspace, see #home_workspace
     attr_reader :workspace_home
-    # WorkSpace in the current context
+    # WorkSpace in the current context.
     attr_accessor :workspace
-    # The current thread in this context
+    # The current thread in this context.
     attr_reader :thread
-    # The current input method
+    # The current input method.
     #
     # Can be either StdioInputMethod, ReadlineInputMethod,
     # ReidlineInputMethod, FileInputMethod or other specified when the
     # context is created. See ::new for more # information on +input_method+.
     attr_accessor :io
 
-    # Current irb session
+    # Current irb session.
     attr_accessor :irb
     # A copy of the default <code>IRB.conf[:AP_NAME]</code>
     attr_accessor :ap_name
@@ -193,15 +193,15 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/context.rb#L193
 
     # A copy of the default <code>IRB.conf[:PROMPT_MODE]</code>
     attr_reader :prompt_mode
-    # Standard IRB prompt
+    # Standard IRB prompt.
     #
     # See IRB@Customizing+the+IRB+Prompt for more information.
     attr_accessor :prompt_i
-    # IRB prompt for continuated strings
+    # IRB prompt for continuated strings.
     #
     # See IRB@Customizing+the+IRB+Prompt for more information.
     attr_accessor :prompt_s
-    # IRB prompt for continuated statement (e.g. immediately after an +if+)
+    # IRB prompt for continuated statement. (e.g. immediately after an +if+)
     #
     # See IRB@Customizing+the+IRB+Prompt for more information.
     attr_accessor :prompt_c
@@ -252,7 +252,7 @@ module IRB https://github.com/ruby/ruby/blob/trunk/lib/irb/context.rb#L252
     #     puts "omg"
     #     # omg
     attr_accessor :echo
-    # Whether to echo for assignment expressions
+    # Whether to echo for assignment expressions.
     #
     # If set to +false+, the value of assignment will not be shown.
     #
-- 
cgit v1.2.1


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

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