[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Custom format specifiers

Stefan Lang

9/19/2006 1:09:00 AM

Ruby has bunch of nifty shortcuts like

%W{}, %r{}, etc...

Is there any way to define a new one, or are these hard-wired?


_Kevin
www.sciwerks.com
--
Posted with http://De.... Sign up and save your mailbox.

1 Answer

Hal E. Fulton

9/19/2006 1:11:00 AM

0

Kevin Olbrich wrote:
> Ruby has bunch of nifty shortcuts like
>
> %W{}, %r{}, etc...
>
> Is there any way to define a new one, or are these hard-wired?
>

They're hard-wired... but there has been some discussion
of customized ones.


Hal