String Ruby

"200".class # => String
"200".to_f # => 200.0
"200".to_f.class # => Float