Skip to content

Instantly share code, notes, and snippets.

@jamesgecko
Created September 28, 2012 22:19
Show Gist options
  • Select an option

  • Save jamesgecko/3802358 to your computer and use it in GitHub Desktop.

Select an option

Save jamesgecko/3802358 to your computer and use it in GitHub Desktop.
a = nil
def foobar
a = 'meh'
end
foobar
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment