class Test class << self attr_accessor :some def set_some puts self.inspect some = \'some_data\' end def get_some puts sel
It's (local) variable in the first example