Skip to content

Instantly share code, notes, and snippets.

@Omrika
Last active August 29, 2015 14:09
Show Gist options
  • Save Omrika/e2af8b0e10811abdd43f to your computer and use it in GitHub Desktop.
Save Omrika/e2af8b0e10811abdd43f to your computer and use it in GitHub Desktop.
def astro(this_is_a_variable)
puts "#{this_is_a_variable} is a lucky number."
end
astro = 20
puts this_is_a_variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment