Skip to content

Instantly share code, notes, and snippets.

@skyporter
Last active February 8, 2019 15:22
Show Gist options
  • Save skyporter/273ef1f9724fbce691e30f4f6993a8bd to your computer and use it in GitHub Desktop.
Save skyporter/273ef1f9724fbce691e30f4f6993a8bd to your computer and use it in GitHub Desktop.
Gist with 2 files
name = params[:name]
puts "Hello #{name}"
name = params[:name]
puts "goodby #{name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment