String to Symbol
"one".to_sym # => :one -- string to symbol conversion "two".intern # => :two -- intern is a synonym for to_sym