[#4595] New block syntax — Daniel Amelang <daniel.amelang@...>

I'm really sorry if this isn't the place to talk about this. I've

25 messages 2005/03/21
[#4606] Re: New block syntax — "David A. Black" <dblack@...> 2005/03/21

Hi --

[#4629] Re: New block syntax — "Sean E. Russell" <ser@...> 2005/03/30

On Monday 21 March 2005 16:17, David A. Black wrote:

[#4648] about REXML::Encoding — speakillof <speakillof@...>

Hi.

15 messages 2005/03/31
[#4659] Re: about REXML::Encoding — "Sean E. Russell" <ser@...> 2005/04/04

On Thursday 31 March 2005 09:44, speakillof wrote:

Minor doc fix

From: Emiel van de Laar <emiel@...>
Date: 2005-03-04 11:28:51 UTC
List: ruby-core #4511
Hi all,

This prevents rdoc from complaining.

Cheers,

Emiel

mad% cvs diff -u lib/cgi/session.rb
Index: lib/cgi/session.rb
===================================================================
RCS file: /src/ruby/lib/cgi/session.rb,v
retrieving revision 1.37
diff -u -r1.37 session.rb
--- lib/cgi/session.rb  19 Dec 2004 18:30:52 -0000      1.37
+++ lib/cgi/session.rb  4 Mar 2005 11:26:27 -0000
@@ -155,8 +155,8 @@
   #
   class Session
 
-    #:nodoc:
-    class NoSession < RuntimeError; end
+    class NoSession < RuntimeError #:nodoc:
+    end
 
     # The id of this session.
     attr_reader :session_id, :new_session

In This Thread

Prev Next