My First Post Aug 15, 2020 Hi Im Alestor def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') #=> prints 'Hi, Tom' to STDOUT.