store=(store)
Sets the store for this method and its referenced code objects.
# File lib/rdoc/any_method.rb, line 292 def store= store super @file = @store.add_file @file.full_name if @file end