Hello, How to switch a string to an object? for example, hello = "world" puts "hello".to_object will print "world". Thanks.