• Home
  • Resume
  • Blog
  • Pictures
  • Notes
  • Glossary
  • Notes
  • Ruby
  • Variables
  • Uninitialized global variables have the value nil and produce warnings with the -w option
  • Uninitialized instance variables have the value nil and produce warnings with the -w option.
  • Referencing an uninitialized class variable produces an error
  • Overriding class variables produce warnings with the -w option
Ricardo Casallas ©2017