This site is about programming(mostly) things I either do or am learning.
01 Mar 2019 | | ruby
“As Ricky Ricardo once said to Lucy…I gotta go to a meta…(meeting)..”
Notes on meta-programming
Notes on metaprogramming.
in ruby there is NO connection between instances and instance variables. Meaning that if you don’t use an instance variable, say in a method in an instantiated class, it won’t contain the variable. But of course it can spring up of you use it.