store=(store)
Sets the store that contains this CodeObject
# File lib/rdoc/code_object.rb, line 387 def store= store @store = store return unless @track_visibility if :nodoc == options.visibility then initialize_visibility @track_visibility = false end end