Given a String:
String
s = "something"
there are several ways to convert it to a Symbol:
Symbol
s.to_sym # => :something :"#{s}" # => :something