From 89833152381b759482d5e0ae9dcbdd9ed29a2b6a Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 13 Dec 2012 05:22:30 +0000 Subject: * lib/irb*: merge doc from doc/irb/ird.rd and improve overall documentation of IRB * doc/irb/irb.rd: remove stale documentation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/cmd/fork.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/irb/cmd/fork.rb') diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb index a3531d4299..fbe5126c85 100644 --- a/lib/irb/cmd/fork.rb +++ b/lib/irb/cmd/fork.rb @@ -11,7 +11,7 @@ @RCS_ID='-$Id$-' - +# :stopdoc: module IRB module ExtendCommand class Fork