summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
diff options
context:
space:
mode:
authorKaĆ­que Kandy Koga <[email protected]>2021-10-05 14:44:22 -0300
committergit <[email protected]>2021-10-07 23:55:54 +0900
commit80e2242da6c4d7f1760cb08af72140e178642639 (patch)
tree36e8397af45a92edc7b2095d345fb30fda163047 /lib/irb/input-method.rb
parent896626fa02f00831de5db2e3e75aa349a5a84102 (diff)
[ruby/irb] Update descriptions of methods
From Reidline to Reline Update description used in take_corresponding_syntax_to_kw_do and is_the_in_correspond_to_a_for methods Use possessive noun correctly Second element https://github.com/ruby/irb/commit/4fa9714d6f
Diffstat (limited to 'lib/irb/input-method.rb')
-rw-r--r--lib/irb/input-method.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/irb/input-method.rb b/lib/irb/input-method.rb
index c91a99b561..d65c0308c6 100644
--- a/lib/irb/input-method.rb
+++ b/lib/irb/input-method.rb
@@ -265,7 +265,8 @@ module IRB
class ReidlineInputMethod < InputMethod
include Reline
- # Creates a new input method object using Readline
+
+ # Creates a new input method object using Reline
def initialize
IRB.__send__(:set_encoding, Reline.encoding_system_needs.name, override: false)
super