Project

General

Profile

Feature #4276

Updated by nobu (Nobuyoshi Nakada) about 10 years ago

=begin 
  Current syntactic sugar allows this: 

     
  hash = {Alabama: "AL"} 

 
 
  This feature request is to also allow symbols delimited by quotes (and thus able to contain a whitespace) to use an equivalent syntactic sugar: 

     
  hash2 = {"Rhode Island": "RI"} 
 =end 

Back