Welcome to my blog! Jun 8, 2017 Trying out this out! Testing how code looks on this thing: def print_hello(name) puts "Hello, #{name}" end print_hello('Christina') #=> prints 'Hello, Christina' to STDOUT. Check out this for more about me!