convert a string to an integer, use to_i
"100".class # => String "100".to_i # => 100 "100".to_i.class # => Fixnum