Ruby - Methods
You want to create a method
full_name that takes two arguments first and last and returns the full name as a single string separated by a space. Which code correctly does this?