class RDoc::CodeObject

def store= store

def store= store
  @store = store
  return unless @track_visibility
  if :nodoc == options.visibility then
    initialize_visibility
    @track_visibility = false
  end
end