class Covered::Policy::Autoload

def to_s

@returns [String] A debug representation of the autoloader.
A human-readable representation of this autoloaded report.
def to_s
	"\#<#{self.class} loading #{@name}>"
end