String =~ string

fr alex:
# Logan Capaldo wrote:
# > String#=~ used to automagically convert the second arg into
# a regexp. It
# > doesn't do that anymore.
# Ah, ok. That makes sense. Why was it changed?

it's a source of confusion: which one is to be regexp-ed...

Peña wrote:

fr alex:
# Logan Capaldo wrote:
# > String#=~ used to automagically convert the second arg into # a regexp. It # > doesn't do that anymore.
# Ah, ok. That makes sense. Why was it changed?

it's a source of confusion: which one is to be regexp-ed...

Right. Where do core doc-patches go?

···

--
Alex

ruby-core I believe. The ruby-doc ML seems to be more for discussion
of Ruby documentation -- and its doc tools (and the ruby-doc.org site)
-- in general.

---John

···

On 6/26/06, Alex Young <alex@blackkettle.org> wrote:

Peña wrote:
> fr alex:
> # Logan Capaldo wrote:
> # > String#=~ used to automagically convert the second arg into
> # a regexp. It
> # > doesn't do that anymore.
> # Ah, ok. That makes sense. Why was it changed?
>
> it's a source of confusion: which one is to be regexp-ed...
>
Right. Where do core doc-patches go?