how to use irb code example Example: ruby hello puts "What is your name?" name = gets.chop puts "Hello, #{name}!"