store=(store)
Sets the store for this class or module and its contained code objects.
# File lib/rdoc/mixin.rb, line 109 def store= store super @file = @store.add_file @file.full_name if @file end