Skip to content

Instantly share code, notes, and snippets.

@dgholz
Created December 27, 2013 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgholz/8145200 to your computer and use it in GitHub Desktop.
Save dgholz/8145200 to your computer and use it in GitHub Desktop.
blake = "some guy"
Bleak = "a cool dude"
def hi_blake
puts "hi blake you are #{blake}"
end
def hi_bleak
puts "hi bleak you are #{Bleak}"
end
hi_bleak
hi_blake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment