simbol untuk string ruby
s = :something
s.to_s
# => "something"
gritter97
s = :something
s.to_s
# => "something"