Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created October 5, 2012 13:51
Show Gist options
  • Save MikeSilvis/3839900 to your computer and use it in GitHub Desktop.
Save MikeSilvis/3839900 to your computer and use it in GitHub Desktop.
if defined? @hello
@hello
else
@hello = "world"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment