[#8815] Segfault in libc strlen, via rb_str_new2 — "Sean E. Russell" <ser@...>

Howdy,

12 messages 2006/09/09
[#8817] Re: Segfault in libc strlen, via rb_str_new2 — Eric Hodel <drbrain@...7.net> 2006/09/09

On Sep 8, 2006, at 10:10 PM, Sean E. Russell wrote:

[ ruby-Bugs-5740 ] RDOC doesn't show string "#" or "\#"

From: <noreply@...>
Date: 2006-09-13 11:56:30 UTC
List: ruby-core #8857
Bugs item #5740, was opened at 2006-09-13 11:55
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=5740&group_id=426

Category: Core
Group: 1.8.4
Status: Open
Resolution: None
Priority: 3
Submitted By: Peter de Kraker (peturrr)
Assigned to: Nobody (None)
Summary: RDOC doesn't show string  "#" or "\#"

Initial Comment:
I am working with musical signs like "#".
In a method this "#" is assigned to a variable by default.
like: 

Def foo(bar = "#")
end

In RDOC this shows up as:

foo(bar = "


When bar = "\#"
it shows up as:

foo(bar = "\


The method just works, but RDOC mistakinly filters it out as a comment or something. 





----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=5740&group_id=426

In This Thread

Prev Next