Skip to content

Instantly share code, notes, and snippets.

@coderberry
Created August 23, 2012 02:12
Show Gist options
  • Select an option

  • Save coderberry/3431360 to your computer and use it in GitHub Desktop.

Select an option

Save coderberry/3431360 to your computer and use it in GitHub Desktop.
w2-e2.rb
>> first_name = "Eric"
=> "Eric"
>> last_name = 'Berry'
=> "Berry"
>> first_name + " " + last_name
=> "Eric Berry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment