Skip to content

Instantly share code, notes, and snippets.

@lalnuo
Created July 17, 2014 14:39
Show Gist options
  • Save lalnuo/ad4b7898ff943c50af16 to your computer and use it in GitHub Desktop.
Save lalnuo/ad4b7898ff943c50af16 to your computer and use it in GitHub Desktop.
class Test
@foo = 123
def bar
puts @foo
end
end
a = Test.new
a.bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment