You have found my post section congratulations. If you can understand the line of code below you pretty much are a developer!

def print_hi(name)
  puts "Hello #{name}!"
end
print_hi('World')
#=> prints 'Hello World!' to STDOUT.