ruby-changes:53460
From: kazu <ko1@a...>
Date: Mon, 12 Nov 2018 11:00:13 +0900 (JST)
Subject: [ruby-changes:53460] kazu:r65676 (trunk): lib/irb.rb: fix up r65674
kazu 2018-11-12 11:00:08 +0900 (Mon, 12 Nov 2018) New Revision: 65676 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65676 Log: lib/irb.rb: fix up r65674 Modified files: trunk/lib/irb.rb Index: lib/irb.rb =================================================================== --- lib/irb.rb (revision 65675) +++ lib/irb.rb (revision 65676) @@ -744,7 +744,7 @@ class Binding https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L744 # def initialize # @cooked = false # binding.irb - # puts @cooked + # puts "Cooked potato: #{@cooked}" # end # end # @@ -755,7 +755,7 @@ class Binding https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L755 # # $ ruby potato.rb # - # From: potato.rb @ line 3 : + # From: potato.rb @ line 4 : # # 1: class Potato # 2: def initialize @@ -786,7 +786,7 @@ class Binding https://github.com/ruby/ruby/blob/trunk/lib/irb.rb#L786 # output printed to standard output in this example: # # irb(#<Potato:0x00007feea1916670>):005:0> exit - # $ Cooked potato: true + # Cooked potato: true # # # See IRB@IRB+Usage for more information. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/