Skip to content

Instantly share code, notes, and snippets.

@rauchy
Created November 25, 2012 04:39
Show Gist options
  • Select an option

  • Save rauchy/4142419 to your computer and use it in GitHub Desktop.

Select an option

Save rauchy/4142419 to your computer and use it in GitHub Desktop.
Blocks In-depth: Scope
class Foo
def initialize
@hello = "world"
end
def bar
puts @hello
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment