Posts by BrunoF • 186 points
1 post
-
7
votes1
answer88
viewsA: Influence of ":" in Ruby
Values starting with : are Symbols. Symbol is a data type, just like String, Integer, Array and etc. Symbols with the same name will always have the same Object ID and thus point to the same memory…