Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created October 1, 2009 15:51
Show Gist options
  • Save bobmcwhirter/199054 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/199054 to your computer and use it in GitHub Desktop.
leonard:torquebox-core bob$ ruby foo.rb
true
leonard:torquebox-core bob$ cat foo.rb
class Foo
def testit
puts @foo.nil?
end
end
Foo.new.testit
leonard:torquebox-core bob$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment