What's a Symbol and why is it imporant? In Ruby, a Symbol is the most efficient way, in terms of time and memory, to represent a set of characters. What does a Symbol look like? Most commonly, a Symbol is a single word prefixed by a colon: :hello