[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

local vars with punctuation

List Recv

4/27/2006 4:27:00 PM

I really like Ruby's punctuation suffix conventions for methods.

It irks, me though, that I can't do:
def save_file(compress?)
or
attr_accessor :completed?

Why is final punctuation not allowed in vars?
More important: is there a simple workaround for those two (common)
cases?