Possible Duplicate:
Understanding Symbols In Ruby
What is the colon operator in Ruby?
I really feel naive asking this, but I'm going to go ahead and ask :
What is the importance of :
in ruby ?
I have seen it being used in a number of places like params[:id]
or like x < :length
.