From 5b15e5a38fb3963cffb3c795883d6fc141031251 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 5 Feb 2013 15:57:19 +0000 Subject: * lib/irb.rb: Remove example from restrictions, it works [Github #246] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib') diff --git a/lib/irb.rb b/lib/irb.rb index 7f3de5dffe..72ebe1bd35 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -223,16 +223,6 @@ STDOUT.sync = true # Because irb evaluates input immediately after it is syntactically complete, # the results may be slightly different than directly using ruby. # -# One of the obvious differences is how irb handles symbols as continuated -# statements: -# -# ruby -e 'p :+' #=> :+ -# irb -# irb(main):001:0> p :+ -# irb(main):002:0* -# -# irb tries to contiue the statement 'p :+' on the next line. -# # == IRB Sessions # # IRB has a special feature, that allows you to manage many sessions at once. -- cgit v1.2.3