Project

General

Profile

Feature #4276

Updated by nahi (Hiroshi Nakamura) about 12 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