# File lib/yard/tags/library.rb, line 88 def default_factory=(factory) @default_factory = factory.is_a?(Class) ? factory.new : factory end