# File lib/pluginfactory.rb, line 88 88: def initialize( *args ) 89: if ! args.empty? 90: msg = args.collect {|a| a.to_s}.join 91: super( msg ) 92: else 93: super( message ) 94: end 95: end